Searched refs:UNSET (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/mdconfig/ |
H A D | mdconfig.c | 58 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; enumerator 121 if (action != UNSET && action != ATTACH) in main() 127 if (action != UNSET && action != DETACH) in main() 134 if (action != UNSET && action != RESIZE) in main() 141 if (action != UNSET && action != LIST) in main() 279 if (action == UNSET) in main()
|
/freebsd/sbin/ggate/ggatel/ |
H A D | ggatel.c | 49 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator 330 case UNSET: in main()
|
/freebsd/usr.bin/su/ |
H A D | su.c | 122 enum tristate { UNSET, YES, NO }; enumerator 165 iscsh = UNSET; in main() 375 iscsh = UNSET; in main() 383 if (iscsh == UNSET) { in main()
|
/freebsd/sbin/ggate/ggatec/ |
H A D | ggatec.c | 58 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator 699 case UNSET: in main()
|
/freebsd/contrib/libucl/ |
H A D | CMakeLists.txt | 26 UNSET(LUA_INCLUDE_DIR CACHE) 27 UNSET(LUA_LIBRARY CACHE)
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 884 quiet = (dtrace.getOption(Option.quiet) != Option.UNSET); in main() 885 flow = (dtrace.getOption(Option.flowindent) != Option.UNSET); in main() 887 if (optval != Option.UNSET) { in main()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | po.m4 | 170 if test "%UNSET%" != "$LINGUAS"; then 214 LINGUAS="${LINGUAS-%UNSET%}" 370 if test "%UNSET%" != "$LINGUAS"; then
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 2018 if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then
|