Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dstat.c311 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
385 strcat(pformat, TYPE_SIGNED(time_t) ? "ld" : "lu");
392 strcat(pformat, TYPE_SIGNED(time_t) ? "ld" : "lu");
397 strcat(pformat, TYPE_SIGNED(time_t) ? "ld" : "lu");