HomeSort by: relevance | last modified time | path
    Searched refs:longfmt (Results 1 - 6 of 6) sorted by relevancy

  /src/games/sail/
lo_main.c 103 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL)
145 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL)
main.c 144 longfmt = true;
globals.c 569 bool longfmt; /* -l, print score in long format */ variable in typeref:typename:bool
extern.h 47 extern bool longfmt; /* -l, print score in long format */
pl_7.c 1520 longfmt = o_longfmt;
1533 o_longfmt = longfmt;
  /src/usr.bin/pkill/
pkill.c 96 static int longfmt; variable in typeref:typename:int
172 longfmt = 1;
227 longfmt = 1;
495 if (longfmt)
523 if (longfmt)
552 if (longfmt && matchargs) {
569 } else if (longfmt)

Completed in 16 milliseconds