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

  /src/usr.bin/who/
who.c 107 int c, only_current_term, show_labels, quick_mode, default_mode; local in function:main
112 only_current_term = show_term = show_idle = show_labels = 0;
128 show_labels = 1;
184 who_am_i(NULL, show_labels);
186 process(NULL, show_labels);
193 who_am_i(*argv, show_labels);
195 process(*argv, show_labels);
199 who_am_i(NULL, show_labels);
226 who_am_i(const char *fname, int show_labels)
245 if (show_labels)
    [all...]
  /src/usr.sbin/ldpd/
ldp_command.c 101 { "labels", show_labels },
481 show_labels(int s, char *recvspace) function in typeref:typename:int

Completed in 11 milliseconds