Searched refs:unset (Results 1 - 25 of 31) sorted by last modified time

12

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c522 * When "unset" is specified, expects a set of "<space characters>keyword".
525 bid_keyword_list(const char *p, ssize_t len, int unset, int last_is_path) argument
548 if (unset) {
572 * "/unset" operation. */
573 if (!unset && value == 0)
780 } else if (len > 6 && strncmp(p, "/unset", 6) == 0) {
899 "/unset shall not contain `='");
1091 } else if (len > 6 && strncmp(p, "/unset", 6) == 0) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1526 KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
1539 KMP_I_LOCK_FUNC(ilk, unset)(lck, global_tid);
2843 KMP_D_LOCK_FUNC(user_lock, unset)((kmp_dyna_lock_t *)user_lock, gtid);
3280 KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
3286 KMP_I_LOCK_FUNC(ilk, unset)(ilk->lock, global_tid);
H A Dkmp_lock.cpp2928 // unset/release and test functions
2979 // unset/release and test functions
3160 return KMP_I_LOCK_FUNC(l, unset)(l->lock, gtid);
3179 return KMP_I_LOCK_FUNC(l, unset)(l->lock, gtid);
/freebsd-11-stable/stand/lua/
H A Dconfig.lua39 -- Values to restore env to (nil to unset)
/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c755 unset(Char **v, struct command *c) function
H A Dsh.init.c165 { "unset", unset, 1, INF },
H A Dsh.decls.h390 extern void unset (Char **, struct command *);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c51 uint32_t set, unset; member in struct:__anon5223
506 devinfo->quirks &= ~(hdac_quirks[i].unset);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c1850 rum_modbits(struct rum_softc *sc, uint16_t reg, uint32_t set, uint32_t unset) argument
1852 return (rum_write(sc, reg, (rum_read(sc, reg) & ~unset) | set));
/freebsd-11-stable/stand/common/
H A Dcommands.c315 COMMAND_SET(unset, "unset", "unset a variable", command_unset);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deleg.c274 dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset) argument
284 unset ? dsl_deleg_unset_sync : dsl_deleg_set_sync,
/freebsd-11-stable/usr.bin/mail/
H A Dextern.h243 int unset(char **);
H A Dcmd3.c399 unset(char **arglist) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_deleg.h68 int dsl_deleg_set(const char *ddname, nvlist_t *nvp, boolean_t unset);
/freebsd-11-stable/contrib/mtree/
H A Dspec.c102 static void unset(char *, NODE *);
139 /* Grab file name, "$", "set", or "unset". */
149 else if (strcmp(p + 1, "unset") == 0)
150 unset(next, &ginfo);
701 unset(char *t, NODE *ip) function
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.c337 prs("unset variable: ");
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c107 int unset(char *);
120 {"unset","Unset environment variable","unset VAR","unset EDITOR",unset},
299 * Built-in 'unset VAR' handler
302 unset(char *var) function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dutil.c194 const svn_string_t *unset = NULL;
240 unset = reposlocktoken;
252 be_atomic ? &unset : NULL,
193 const svn_string_t *unset = NULL; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c496 const svn_string_t *unset = NULL;
501 old_value_p = &unset;
494 const svn_string_t *unset = NULL; local
/freebsd-11-stable/contrib/ntp/libntp/
H A Diosignal.c388 sigset_t unset; local
390 if (sigemptyset(&unset))
394 if (sigaddset(&unset, SIGIO))
398 if (sigaddset(&unset, SIGPOLL))
401 if (sigaddset(&unset, SIGALRM))
404 if (sigprocmask(SIG_UNBLOCK, &unset, NULL))
413 sigset_t unset; local
421 if (sigemptyset(&unset))
425 if (sigaddset(&unset, SIGIO))
429 if (sigaddset(&unset, SIGPOL
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.cpp63 void int_value::unset() function in class:int_value
164 void string_value::unset() function in class:string_value
256 int_values[MTSM_CE].unset();
433 s->bool_values[MTSM_BR].unset();
H A Dmtsm.h37 void unset();
63 void unset();
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Denv_test.c108 ATF_TC(unset); variable
109 ATF_TC_HEAD(unset, tc)
113 ATF_TC_BODY(unset, tc)
130 ATF_TP_ADD_TC(tp, unset);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv.cpp70 impl::unset(const std::string& name) function in class:impl
H A Denv.hpp80 void unset(const std::string&);

Completed in 240 milliseconds

12