Searched refs:show_labels (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.sbin/ldpd/
H A Dldp_command.h58 int show_labels(int, char *);
H A Dldp_command.c101 { "labels", show_labels },
481 show_labels(int s, char *recvspace) function
H A Dsocketops.c806 show_labels(1, NULL);
/netbsd-current/usr.bin/who/
H A Dwho.c107 int c, only_current_term, show_labels, quick_mode, default_mode; local
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) argument
245 if (show_labels)
261 process(const char *fname, int show_labels) argument
[all...]

Completed in 96 milliseconds