Searched refs:opt_F (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | uninstall.ksh | 48 opt_F="" 83 F ) opt_F="-F" ;;
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 69 static int opt_F = 0; variable 125 opt_F = 1; in main() 151 if (opt_a || opt_F) in main() 610 if (opt_F) in pnohup()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 359 uint_t opt_plus_W = FALSE, opt_F = FALSE; in cmd_set() local 378 'F', MDB_OPT_SETBITS, TRUE, &opt_F, in cmd_set() 432 if (opt_F) in cmd_set()
|
H A D | mdb_evset.c | 48 uint_t opt_F = FALSE; in cmd_evset() local 71 'F', MDB_OPT_SETBITS, TRUE, &opt_F, in cmd_evset() 141 if (opt_F == FALSE && (sp.spec_flags & MDB_TGT_SPEC_HIDDEN)) { in cmd_evset()
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 568 if (!$opt_F) {
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 1873 uint_t opt_F = FALSE; in vnode2path() local 1876 'F', MDB_OPT_SETBITS, TRUE, &opt_F, NULL) != argc) in vnode2path() 1898 if (opt_F && buf[strlen(buf)-1] != '/' && in vnode2path()
|