Searched refs:opt_j (Results 1 – 7 of 7) sorted by relevance
| /freebsd/bin/freebsd-version/ |
| H A D | freebsd-version.sh.in | 121 if [ $opt_j ] ; then 124 opt_j=1 138 if [ $((opt_k + opt_r + opt_u + opt_j)) -eq 0 ] ; then 158 if [ $opt_j ] ; then
|
| /freebsd/usr.bin/sockstat/ |
| H A D | main.c | 94 static int opt_j; /* Show specified jail */ variable 285 return !(opt_F || (opt_j >= 0)); in need_nosocks() 1355 if (opt_j >= 0 && opt_j != getprocjid(xf->xf_pid)) in calculate_column_widths() 1375 if (opt_j >= 0) in calculate_column_widths() 1724 if (opt_j >= 0 && opt_j != getprocjid(xf->xf_pid)) in display() 1880 opt_j = -1; in main() 1916 opt_j = jail_getid(optarg); in main() 1917 if (opt_j < 0) in main() 1975 if (opt_j > 0) { in main() 1976 switch (jail_getvnet(opt_j)) { in main() [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
| H A D | dtest.pl | 559 if ($opt_j || $opt_n || $opt_i) { 562 push(@dtrace_cmds, $jdtrace_path) if ($opt_j);
|
| /freebsd/contrib/libpcap/ |
| H A D | optimize.c | 1697 opt_j(opt_state_t *opt_state, struct edge *ep) in opt_j() function 2127 opt_j(opt_state, &p->et); in opt_blks() 2128 opt_j(opt_state, &p->ef); in opt_blks()
|
| /freebsd/contrib/less/ |
| H A D | opttbl.c | 329 O_STRING, 0, NULL, opt_j,
|
| H A D | optfunc.c | 224 public void opt_j(int type, constant char *s) in opt_j() function
|
| H A D | funcs.h | 300 public void opt_j(int type, constant char *s);
|