Searched refs:unset (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/external/bsd/kyua-testers/dist/
H A Denv_test.c46 ATF_TC_WITHOUT_HEAD(unset); variable
47 ATF_TC_BODY(unset, tc)
58 ATF_TP_ADD_TC(tp, unset);
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Denv_test.cpp69 ATF_TEST_CASE(unset); variable
70 ATF_TEST_CASE_HEAD(unset)
72 set_md_var("descr", "Tests the unset function");
74 ATF_TEST_CASE_BODY(unset)
77 atf::env::unset("PATH");
90 ATF_ADD_TEST_CASE(tcs, unset);
H A Denv.hpp79 void unset(const std::string&);
H A Denv.cpp68 impl::unset(const std::string& name) function in class:impl
/netbsd-current/external/bsd/atf/dist/tools/
H A Denv_test.cpp69 ATF_TEST_CASE(unset); variable
70 ATF_TEST_CASE_HEAD(unset)
72 set_md_var("descr", "Tests the unset function");
74 ATF_TEST_CASE_BODY(unset)
77 tools::env::unset("PATH");
90 ATF_ADD_TEST_CASE(tcs, unset);
H A Denv.hpp79 void unset(const std::string&);
H A Denv.cpp80 impl::unset(const std::string& name) function in class:impl
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Denv_test.c92 ATF_TC(unset); variable
93 ATF_TC_HEAD(unset, tc)
97 ATF_TC_BODY(unset, tc)
113 ATF_TP_ADD_TC(tp, unset);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Diosignal.c390 sigset_t unset; local
392 if (sigemptyset(&unset))
396 if (sigaddset(&unset, SIGIO))
400 if (sigaddset(&unset, SIGPOLL))
403 if (sigaddset(&unset, SIGALRM))
406 if (sigprocmask(SIG_UNBLOCK, &unset, NULL))
415 sigset_t unset; local
423 if (sigemptyset(&unset))
427 if (sigaddset(&unset, SIGIO))
431 if (sigaddset(&unset, SIGPOL
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c84 conf->unset = 0xffffffff;
142 /* give all unset options their default values */
143 if (conf->unset & TCSD_OPTION_PORT)
146 if (conf->unset & TCSD_OPTION_MAX_THREADS)
149 if (conf->unset & TCSD_OPTION_FIRMWARE_PCRS)
152 if (conf->unset & TCSD_OPTION_KERNEL_PCRS)
156 if (conf->unset & TCSD_OPTION_SYSTEM_PSFILE) {
161 if (conf->unset & TCSD_OPTION_FIRMWARE_LOGFILE)
164 if (conf->unset & TCSD_OPTION_KERNEL_LOGFILE)
167 if (conf->unset
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Denviron.cc110 /* We have to unset the variable in the vector if it exists. */
111 unset (var, false);
121 /* If this environment variable is marked as unset by the user, then
130 gdb_environ::unset (const char *var, bool update_unset_list) function in class:gdb_environ
158 gdb_environ::unset (const char *var) function in class:gdb_environ
160 unset (var, true);
H A Denviron.h76 void unset (const char *var);
84 /* Return the user-unset environment vector. */
91 void unset (const char *var, bool update_unset_list);
99 /* The environment variables explicitly unset by the user. */
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Denviron.cc112 /* We have to unset the variable in the vector if it exists. */
113 unset (var, false);
123 /* If this environment variable is marked as unset by the user, then
132 gdb_environ::unset (const char *var, bool update_unset_list) function in class:gdb_environ
160 gdb_environ::unset (const char *var) function in class:gdb_environ
162 unset (var, true);
H A Denviron.h76 void unset (const char *var);
84 /* Return the user-unset environment vector. */
91 void unset (const char *var, bool update_unset_list);
99 /* The environment variables explicitly unset by the user. */
/netbsd-current/usr.sbin/lpr/lpd/
H A Dmodes.c51 long unset; member in struct:modes
208 ip->t.c_cflag &= ~mp->unset;
215 ip->t.c_iflag &= ~mp->unset;
222 ip->t.c_lflag &= ~mp->unset;
229 ip->t.c_oflag &= ~mp->unset;
/netbsd-current/sys/modules/arch/
H A Dcompatsubdir.mk15 MAKEDIRTARGETENV+= unset MAKEOBJDIRPREFIX &&
/netbsd-current/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c50 int verbose, force, unset; variable
97 unset = 1;
112 if (unset && (force || host != NULL || addr != NULL))
115 if (unset) {
158 if (unset)
213 netbbinfop->set = unset ? 0 : 1;
/netbsd-current/compat/
H A Dcompatsubdir.mk17 MAKEDIRTARGETENV+= unset MAKEOBJDIRPREFIX &&
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.h39 void unset();
65 void unset();
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Davx512f-nondef.s12 # vpmovdb %zmm6, 2032(%rdx) # with unset EVEX.B bit
H A Dx86-64-avx512f-nondef.s12 # vpmovdb %zmm6, 2032(%rdx) # with unset EVEX.B bit
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_deleg.h67 int dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset);
/netbsd-current/bin/csh/
H A Dinit.c103 { "unset", unset, 1, INF },
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dstatement.h90 char *unset; member in union:executable_statement::__anon39
/netbsd-current/bin/stty/
H A Dmodes.c58 tcflag_t unset; member in struct:specialmodes
183 *f &= ~smp->unset;

Completed in 319 milliseconds

123