HomeSort by: relevance | last modified time | path
    Searched defs:lfmt (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ps/
ps.c 139 char lfmt[] = "uid pid ppid cpu pri nice vsz rss wchan state tt time command"; variable in typeref:typename:char[]
288 parsefmt(lfmt);
290 lfmt[0] = '\0';
  /src/usr.bin/stat/
stat.c 662 char *stmp, lfmt[24], tmp[20]; local in function:format1
1105 lfmt[0] = '\0';
1106 (void)strcat(lfmt, "%");
1108 (void)strcat(lfmt, "#");
1110 (void)strcat(lfmt, " ");
1112 (void)strcat(lfmt, "+");
1114 (void)strcat(lfmt, "-");
1116 (void)strcat(lfmt, "0");
1129 (void)strcat(lfmt, tmp);
1131 (void)strcat(lfmt, "lld")
    [all...]

Completed in 12 milliseconds