Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 161) sorted by relevance

1234567

/openbsd/src/sys/arch/alpha/stand/setnetbootinfo/
Dsetnetbootinfo.c49 int verbose, force, unset; variable
98 unset = 1;
113 if (unset && (force || host != NULL || addr != NULL))
116 if (unset) {
160 if (unset)
215 netbbinfop->set = unset ? 0 : 1;
/openbsd/src/usr.sbin/lpr/lpd/
Dmodes.c42 long unset; member
209 ip->t.c_cflag &= ~mp->unset; in msearch()
216 ip->t.c_iflag &= ~mp->unset; in msearch()
223 ip->t.c_lflag &= ~mp->unset; in msearch()
230 ip->t.c_oflag &= ~mp->unset; in msearch()
/openbsd/src/bin/stty/
Dmodes.c45 unsigned int unset; member
214 ip->t.c_cflag &= ~mp->unset; in msearch()
221 ip->t.c_iflag &= ~mp->unset; in msearch()
228 ip->t.c_lflag &= ~mp->unset; in msearch()
235 ip->t.c_oflag &= ~mp->unset; in msearch()
/openbsd/src/regress/bin/ksh/
Dlineno.t56 name: lineno-unset
63 unset LINENO
83 name: lineno-unset-use
91 unset LINENO
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DFindzstd.cmake46 unset(zstd_DIRNAME)
47 unset(zstd_BASENAME)
63 unset(zstd_STATIC_LIBRARY_SUFFIX)
DLLVMInstallSymlink.cmake2 # DESTDIR environment variable may be unset at configuration time.
DFindZ3.cmake74 unset(Z3_VERSION_STRING)
108 unset(z3_version_str)
/openbsd/src/gnu/gcc/config/
Dstdint.m445 unset ac_cv_type_uintptr_t
46 unset ac_cv_type_uintmax_t
47 unset ac_cv_type_int_least32_t
48 unset ac_cv_type_int_fast32_t
49 unset ac_cv_type_uint64_t
66 unset ac_cv_type_uintptr_t
67 unset ac_cv_type_uint32_t
68 unset ac_cv_type_uint64_t
82 unset ac_cv_type_u_int32_t
83 unset ac_cv_type_u_int64_t
/openbsd/src/usr.sbin/lpd/
Dlp_stty.c287 long unset; member
454 ip->t.c_cflag &= ~mp->unset; in msearch()
461 ip->t.c_iflag &= ~mp->unset; in msearch()
468 ip->t.c_lflag &= ~mp->unset; in msearch()
475 ip->t.c_oflag &= ~mp->unset; in msearch()
/openbsd/src/gnu/usr.bin/binutils-2.17/config/
Dstdint.m445 unset ac_cv_type_uintptr_t
46 unset ac_cv_type_uintmax_t
47 unset ac_cv_type_int_least32_t
48 unset ac_cv_type_int_fast32_t
49 unset ac_cv_type_uint64_t
66 unset ac_cv_type_uint32_t
67 unset ac_cv_type_uint64_t
79 unset ac_cv_type_u_int32_t
80 unset ac_cv_type_u_int64_t
/openbsd/src/gnu/llvm/llvm/cmake/
Dconfig-ix.cmake399 unset(HAVE_FFI_FFI_H CACHE)
400 unset(HAVE_FFI_H CACHE)
401 unset(HAVE_FFI_CALL CACHE)
718 # implicitly empty if they're unset), so unset the variables before including
720 unset(CMAKE_STATIC_LIBRARY_PREFIX)
721 unset(CMAKE_STATIC_LIBRARY_SUFFIX)
722 unset(CMAKE_SHARED_LIBRARY_PREFIX)
723 unset(CMAKE_SHARED_LIBRARY_SUFFIX)
724 unset(CMAKE_IMPORT_LIBRARY_PREFIX)
725 unset(CMAKE_IMPORT_LIBRARY_SUFFIX)
[all …]
/openbsd/src/usr.sbin/mtree/
Dspec.c48 static void unset(char *, NODE *);
115 unset(NULL, &ginfo); in spec()
310 unset(char *t, NODE *ip) in unset() function
/openbsd/src/regress/sys/net/pflow/
Difconfig.ok22 #### unset flowdst
26 #### unset flowsrc
/openbsd/src/usr.sbin/gpioctl/
Dgpioctl.c46 void unset(int pin, char *name);
166 unset(pin, nm); in main()
304 unset(int pin, char *name) in unset() function
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/
DCMakeLists.txt5 unset(DUMMY_MAIN)
9 unset(DUMMY_MAIN)
/openbsd/src/etc/root/
Ddot.login10 unset noglob histchars
Ddot.cshrc18 alias back 'set back="$old"; set old="$cwd"; cd "$back"; unset back; dirs'
/openbsd/src/regress/usr.bin/mandoc/roff/nr/
Drr.out_ascii8 unset values: 0 0 0
/openbsd/src/bin/ksh/
DPROJECTS17 umask unalias unset wait
44 freed when a variable is unset.
DNOTES14 - some specials behave differently when unset (eg, IFS behaves like
54 effect after the sequence "TMOUT=60; unset TMOUT", which could be
105 unset x; typeset -i x
109 unset x; typeset -i x
113 unset x y; typeset -i x y; set +A y 10 20 30
118 unset x; typeset -i x
125 - `set -o nounset; unset foo; echo ${#foo}`: at&t ksh prints 0; pdksh
/openbsd/src/gnu/llvm/llvm/docs/PDB/
DHashTable.rst58 will be unset.
62 deleted, the bit will be set, otherwise it will be unset.
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/
Denv-u.txt6 # Check single unset of environment variable
/openbsd/src/bin/csh/
Dinit.c94 { "unset", unset, 1, INF },
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dgdb_history250 unset environment
251 unset
/openbsd/src/etc/skel/
Ddot.cshrc13 alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'

1234567