Searched refs:lfmt (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/stat/ |
H A D | stat.c | 618 char *stmp, lfmt[24], tmp[20]; in format1() local 955 lfmt[0] = '\0'; in format1() 956 (void)strcat(lfmt, "%"); in format1() 958 (void)strcat(lfmt, "#"); in format1() 960 (void)strcat(lfmt, " "); in format1() 962 (void)strcat(lfmt, "+"); in format1() 964 (void)strcat(lfmt, "-"); in format1() 966 (void)strcat(lfmt, "0"); in format1() 979 (void)strcat(lfmt, tmp); in format1() 981 (void)strcat(lfmt, "lld"); in format1() [all …]
|
/freebsd/sys/tools/sound/ |
H A D | feeder_rate_mkfilter.awk | 755 lfmt = sprintf("%%%dd", j); 761 l = sprintf(lfmt, ztab[i]);
|
/freebsd/bin/ps/ |
H A D | ps.c | 139 static char lfmt[] = "uid,pid,ppid,cpu,pri,nice,vsz,rss,mwchan,state," variable 309 parsefmt(lfmt, 0); in main() 311 lfmt[0] = '\0'; in main()
|