Searched refs:never (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-netbios.c72 #ifdef never
/freebsd-10-stable/contrib/openbsm/libbsm/
H A Dbsm_user.c64 char *username, *always, *never; local
69 never = strtok_r(NULL, user_delim, &last);
71 if ((username == NULL) || (always == NULL) || (never == NULL))
81 if (getauditflagsbin(never, &(u->au_never)) == -1)
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dst.c460 int st_delete_safe(table, key, value, never)
464 st_data_t never;
479 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
484 ptr->key = ptr->record = never;
492 static int delete_never(st_data_t key, st_data_t value, st_data_t never) argument
494 if (value == never)
499 void st_cleanup_safe(table, never)
501 st_data_t never;
505 st_foreach(table, delete_never, never);
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh151 -T) is_target_a_directory=never;;
277 if test "$is_target_a_directory" = never; then
/freebsd-10-stable/contrib/dtc/
H A Ddtc-lexer.l21 %option noyywrap nounput noinput never-interactive
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm111 ! We should never get here.
/freebsd-10-stable/contrib/gcc/
H A Dgengtype-lex.l62 %option 8bit never-interactive
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DPath.inc70 /// Therefore, never allow this class to call close on a file descriptor that
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl404 will never be taken since regardless of the number of bytes because
423 br.cexit.spnt.few .+16; /* never taken */ \\
/freebsd-10-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh18 echo 'Usage: mergemaster [-scrvhpCP] [-a|[-iFU]] [--run-updates=always|never]'
34 echo ' --run-updates= Specify always or never to run newalises, pwd_mkdb, etc.'
1249 elif [ "$RUN_UPDATES" = never ]; then
1264 if [ ! "$RUN_UPDATES" = never ]; then
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregcomp.c148 static int never = 0; /* for use in asserts; shuts lint up */ variable
150 #define never 0 /* some <assert.h>s have bugs too */ macro
1178 assert(never);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql301 never have a WORKING node the parent_relpath will never be null,
544 so this will never be NULL. ### ATM only inserted, never queried */
848 working copies that were never updated by 1.7.0+ style clients */
942 never will. It's not interesting like in the NODES table: the external's
/freebsd-10-stable/usr.bin/ncal/
H A Dncal.c193 date never = {10000, 1, 1}; /* outside valid range of dates */ local
284 nswitch = ndaysj(&never);
/freebsd-10-stable/contrib/nvi/regex/
H A Dregcomp.c168 static int never = 0; /* for use in asserts; shuts lint up */ variable
170 #define never 0 /* some <assert.h>s have bugs too */ macro
1244 assert(never);
/freebsd-10-stable/crypto/openssl/crypto/
H A Dsparccpuid.S145 cmp %o7,0 ! compiler never cleans %o7...
/freebsd-10-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk118 # never consider these
/freebsd-10-stable/contrib/gdb/
H A Dlibtool.m4626 *) libmagic=never-match;;
H A Dltconfig266 # rely on this symbol name, it's probably fine to never include it in
1223 *) libsuff= shlibsuff= libmagic=never-match;;
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddummynet.txt191 We don't need an efficient data structure as we never search
/freebsd-10-stable/lib/libc/regex/
H A Dregcomp.c164 static int never = 0; /* for use in asserts; shuts lint up */ variable
166 #define never 0 /* some <assert.h>s have bugs too */ macro
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dsupport.S899 ! never to return
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1498 /* Free a gdbarch struct. This should never happen in normal
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex73 % We never want plain's \outer definition of \+ in Texinfo.
563 % This is turned off because it was never documented
1789 % like \smartslanted except unconditionally use \sl. We never want
2038 % @l was never documented to mean ``switch to the Lisp font'',
2104 % installations which never need the symbol don't have to have the
3115 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
3939 % definition right away. (We hope \balancecolumns will never be
6790 % if the user said @listoffloats foo but never @float foo.
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex73 % We never want plain's \outer definition of \+ in Texinfo.
555 % This is turned off because it was never documented
1723 % like \smartslanted except unconditionally use \sl. We never want
1937 % @l was never documented to mean ``switch to the Lisp font'',
2003 % installations which never need the symbold don't have to have the
3014 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
3837 % definition right away. (We hope \balancecolumns will never be
6661 % if the user said @listoffloats foo but never @float foo.
/freebsd-10-stable/sys/mips/mips/
H A Dexception.S1155 beq a3, MIPS_OPCODE_C1, 4f # this should never fail

Completed in 292 milliseconds

123