Home
last modified time | relevance | path

Searched refs:PF_REZ_TYPE (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/coreutils/
Dexpr.c88 #define PF_REZ_TYPE (long long) macro
94 #define PF_REZ_TYPE (long) macro
180 v->u.s = xasprintf("%" PF_REZ "d", PF_REZ_TYPE v->u.i); in tostring()
555 printf("%" PF_REZ "d\n", PF_REZ_TYPE v->u.i); in expr_main()