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

12

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Denv_test.c94 ATF_TC(unset); variable
95 ATF_TC_HEAD(unset, tc)
99 ATF_TC_BODY(unset, tc)
115 ATF_TP_ADD_TC(tp, unset);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Diosignal.c406 sigset_t unset; local
408 if (sigemptyset(&unset))
412 if (sigaddset(&unset, SIGIO))
416 if (sigaddset(&unset, SIGPOLL))
419 if (sigaddset(&unset, SIGALRM))
422 if (sigprocmask(SIG_UNBLOCK, &unset, NULL))
431 sigset_t unset; local
439 if (sigemptyset(&unset))
443 if (sigaddset(&unset, SIGIO))
447 if (sigaddset(&unset, SIGPOL
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c82 conf->unset = 0xffffffff;
137 /* give all unset options their default values */
138 if (conf->unset & TCSD_OPTION_PORT)
141 if (conf->unset & TCSD_OPTION_MAX_THREADS)
144 if (conf->unset & TCSD_OPTION_FIRMWARE_PCRS)
147 if (conf->unset & TCSD_OPTION_KERNEL_PCRS)
151 if (conf->unset & TCSD_OPTION_SYSTEM_PSFILE) {
156 if (conf->unset & TCSD_OPTION_FIRMWARE_LOGFILE)
159 if (conf->unset & TCSD_OPTION_KERNEL_LOGFILE)
162 if (conf->unset
[all...]
/netbsd-6-1-5-RELEASE/bin/stty/
H A Dmodes.c52 tcflag_t unset; member in struct:modes
215 ip->t.c_cflag &= ~mp->unset;
222 ip->t.c_iflag &= ~mp->unset;
229 ip->t.c_lflag &= ~mp->unset;
236 ip->t.c_oflag &= ~mp->unset;
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/dist/dhcp/includes/
H A Dstatement.h92 char *unset; member in union:executable_statement::__anon779
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_deleg.h65 int dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset);
/netbsd-6-1-5-RELEASE/compat/
H A Dcompatsubdir.mk15 MAKEDIRTARGETENV+= unset MAKEOBJDIRPREFIX &&
/netbsd-6-1-5-RELEASE/sys/modules/arch/
H A Dcompatsubdir.mk15 MAKEDIRTARGETENV+= unset MAKEOBJDIRPREFIX &&
/netbsd-6-1-5-RELEASE/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) {
156 if (unset)
211 netbbinfop->set = unset ? 0 : 1;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dmtsm.h39 void unset();
65 void unset();
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dinit.c104 { "unset", unset, 1, INF },
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsd.h43 unsigned int unset; /* bitmask of options which are still unset */ member in struct:tcsd_config
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtest-program.cpp234 atf::env::unset("LANG");
235 atf::env::unset("LC_ALL");
236 atf::env::unset("LC_COLLATE");
237 atf::env::unset("LC_CTYPE");
238 atf::env::unset("LC_MESSAGES");
239 atf::env::unset("LC_MONETARY");
240 atf::env::unset("LC_NUMERIC");
241 atf::env::unset("LC_TIME");
242 atf::env::unset("TZ");
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dtest-program.cpp267 atf::env::unset("LANG");
268 atf::env::unset("LC_ALL");
269 atf::env::unset("LC_COLLATE");
270 atf::env::unset("LC_CTYPE");
271 atf::env::unset("LC_MESSAGES");
272 atf::env::unset("LC_MONETARY");
273 atf::env::unset("LC_NUMERIC");
274 atf::env::unset("LC_TIME");
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dddns.c722 unset (lease -> scope, "ddns-fwd-name");
723 unset (lease -> scope, "ddns-txt");
728 unset (lease -> scope, "ddns-rev-name");
730 unset (lease -> scope,
736 unset (lease -> scope, "ddns-text");
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmail.c200 unset(vp, 0);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dconfig_test.cpp92 atf::env::unset(name);

Completed in 402 milliseconds

12