HomeSort by: relevance | last modified time | path
    Searched refs:longfmt (Results 1 - 7 of 7) 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
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
176 longfmt = 1;
231 longfmt = 1;
499 if (longfmt)
527 if (longfmt)
556 if (longfmt && matchargs) {
573 } else if (longfmt)
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 5139 boolean_t longfmt; member in struct:hist_cbdata
5233 if (!cb->longfmt) {
5279 cbdata.longfmt = B_TRUE;

Completed in 25 milliseconds