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 | sockstat.c | 90 static int opt_j; /* Show specified jail */ variable 1380 if (opt_j >= 0 && opt_j != getprocjid(xf->xf_pid)) in display() 1407 if (opt_j >= 0) in display() 1500 opt_j = -1; in main() 1528 opt_j = jail_getid(optarg); in main() 1529 if (opt_j < 0) in main() 1578 if (opt_j > 0) { in main() 1579 switch (jail_getvnet(opt_j)) { in main() 1583 if (jail_attach(opt_j) < 0) in main() 1586 opt_j = -1; in main()
|
/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/less/ |
H A D | opttbl.c | 295 STRING, 0, NULL, opt_j,
|
H A D | optfunc.c | 224 public void opt_j(int type, constant char *s) in opt_shift() 162 public void opt_j(int type, char *s) opt_j() function
|
H A D | funcs.h | 277 public void opt_j(int type, constant char *s);
|
/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()
|