Searched refs:show_labels (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/usr.bin/who/ |
| H A D | who.c | 107 int c, only_current_term, show_labels, quick_mode, default_mode; in main() local 112 only_current_term = show_term = show_idle = show_labels = 0; in main() 128 show_labels = 1; in main() 184 who_am_i(NULL, show_labels); in main() 186 process(NULL, show_labels); in main() 193 who_am_i(*argv, show_labels); in main() 195 process(*argv, show_labels); in main() 199 who_am_i(NULL, show_labels); in main() 226 who_am_i(const char *fname, int show_labels) in who_am_i() argument 245 if (show_labels) in who_am_i() [all …]
|
| /netbsd-src/usr.sbin/ldpd/ |
| H A D | ldp_command.h | 58 int show_labels(int, char *);
|
| H A D | ldp_command.c | 101 { "labels", show_labels }, 481 show_labels(int s, char *recvspace) in show_labels() function
|
| H A D | socketops.c | 806 show_labels(1, NULL); in print_info()
|