Searched refs:unset (Results 51 - 75 of 75) sorted by relevance

123

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_mtree.c521 * When "unset" is specified, expects a set of "<space characters>keyword".
524 bid_keyword_list(const char *p, ssize_t len, int unset, int last_is_path) argument
547 if (unset) {
571 * "/unset" operation. */
572 if (!unset && value == 0)
776 } else if (len > 6 && strncmp(p, "/unset", 6) == 0) {
895 "/unset shall not contain `='");
1089 } else if (len > 6 && strncmp(p, "/unset", 6) == 0) {
/netbsd-current/bin/ksh/
H A Dc_sh.c689 if (unset_var) { /* unset variable */
696 unset(vp, strchr(id, '[') ? 1 : 0);
697 } else { /* unset function */
905 {"*=unset", c_unset},
H A Dvar.c768 unset(vp, array_ref) function
787 /* If foo[0] is being unset, the remainder of the array is kept... */
1250 unset(vp, 0);
H A Dc_ksh.c161 /* XXX unset $PWD? */
779 * Report an unset param only if the user has
1381 unset(voptarg, 0);
/netbsd-current/external/bsd/atf/dist/tools/
H A Datf-run.cpp108 tools::env::unset("TERM");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinferior.c987 inf->environment.unset (unset_var.c_str ());
H A Dinfcmd.c2120 current_inferior ()->environment.unset (var);
3156 add_basic_prefix_cmd ("unset", no_class,
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannels.pm222 be output along with the next message with C<partial> unset.
/netbsd-current/usr.bin/mail/
H A Dcmd3.c734 unset(void *v) function
/netbsd-current/bin/csh/
H A Dset.c539 unset(Char **v, struct command *t) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopts-common.c1857 error_msg = "%<MAKEFLAGS%> environment variable is unset";
H A Dtree-pretty-print.c4359 aname = "<unset-asm-name>";
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dparse.c2456 (*result) -> data.unset = dmalloc (strlen (val) + 1, MDL);
2457 if (!(*result)->data.unset)
2459 strcpy ((*result) -> data.unset, val);
H A Dtree.c4139 int unset (struct binding_scope *scope, const char *name) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfcmd.c2039 current_inferior ()->environment.unset (var);
3087 add_basic_prefix_cmd ("unset", no_class,
3089 &unsetlist, "unset ", 0, &cmdlist);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc2055 error_msg = "%<MAKEFLAGS%> environment variable is unset";
H A Dtree-pretty-print.cc4578 aname = "<unset-asm-name>";
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc705 debug_printf (_("[Environment variable to be unset: '%s']\n"),
710 our_environ.unset (varname.c_str ());
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc763 remote_debug_printf ("[Environment variable to be unset: '%s']",
766 our_environ.unset (varname.c_str ());
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc3056 Coll_Ctrl::unset (char * control) function in class:Coll_Ctrl
H A DDbe.cc10199 char *msg = col_ctr->unset (control);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc3063 Coll_Ctrl::unset (char * control) function in class:Coll_Ctrl
H A DDbe.cc10199 char *msg = col_ctr->unset (control);
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk1217 (unset CDPATH; cd $(srcdir) && $(VC) diff) > vc-diffs || :
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2414 int unset (struct binding_scope *, const char *);

Completed in 699 milliseconds

123