Searched refs:pformat (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | stat.c | 251 static void printfs(char *pformat, const char *msg) in printfs() argument 253 strcatc(pformat, 's'); in printfs() 254 printf(pformat, msg); in printfs() 259 static void FAST_FUNC print_statfs(char *pformat, const char m, 265 printfs(pformat, filename); 267 strcat(pformat, "llx"); 268 printf(pformat, get_f_fsid(statfsbuf)); 270 strcat(pformat, "lu"); 271 printf(pformat, (unsigned long) statfsbuf->f_namelen); 273 strcat(pformat, "lx"); [all …]
|