Searched refs:printf_full (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Did.c26 static int printf_full(unsigned int id, const char *arg, const char prefix) function
104 status = printf_full(uid, bb_getpwuid(NULL, 0, uid), 'u');
106 status |= printf_full(gid, bb_getgrgid(NULL, 0, gid), 'g');

Completed in 109 milliseconds