| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| func-ptrs.c | 19 sentinel (void) function 27 sentinel (); 34 sentinel ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| func-ptrs.c | 19 sentinel (void) function 27 sentinel (); 34 sentinel ();
|
| /src/usr.sbin/faithd/ |
| prefix.c | 267 struct config sentinel; local 277 p = &sentinel; 278 sentinel.next = NULL; 286 config_list = sentinel.next;
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| sect-names.h | 72 int sentinel; member in struct:dwarf2_debug_sections
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| sect-names.h | 72 int sentinel; member in struct:dwarf2_debug_sections
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/ |
| utbm.c | 266 ucs4_t c1, c2, sentinel; local 341 sentinel = ' '; 365 * Set the sentinel character. 367 sentinel = cp->uc; 422 * Set the new extra skip for the sentinel character. 425 cp->uc == sentinel)
|
| /src/external/bsd/libbind/dist/irs/ |
| lcl_ho.c | 505 struct addrinfo sentinel, *cur; local 509 memset(&sentinel, 0, sizeof(sentinel)); 510 cur = &sentinel; 551 if (sentinel.ai_next == NULL) 554 return(sentinel.ai_next);
|
| nis_ho.c | 366 struct addrinfo sentinel, *cur; local 370 memset(&sentinel, 0, sizeof(sentinel)); 371 cur = &sentinel; 411 if (sentinel.ai_next == NULL) 414 return(sentinel.ai_next);
|
| dns_ho.c | 562 struct addrinfo sentinel, *cur; local 568 memset(&sentinel, 0, sizeof(sentinel)); 569 cur = &sentinel; 660 return(sentinel.ai_next); 697 struct addrinfo sentinel, *cur, ai; local 702 memset(&sentinel, 0, sizeof(sentinel)); 703 cur = &sentinel; 1004 sentinel.ai_next->ai_canonname [all...] |
| getaddrinfo.c | 327 struct addrinfo sentinel; local 334 memset(&sentinel, 0, sizeof(sentinel)); 335 cur = &sentinel; 498 if (sentinel.ai_next) 585 if (sentinel.ai_next) { 587 *res = sentinel.ai_next; 600 if (sentinel.ai_next) 601 freeaddrinfo(sentinel.ai_next); 699 struct addrinfo sentinel, *cur local 742 struct addrinfo sentinel; local 789 struct addrinfo sentinel; local 1165 struct addrinfo sentinel, *cur; local [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf-mode.el | 65 (defun dwarf--sentinel (proc _status) 81 :sentinel #'dwarf--sentinel))
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf-mode.el | 65 (defun dwarf--sentinel (proc _status) 81 :sentinel #'dwarf--sentinel))
|
| /src/sys/dev/pci/ |
| if_iwi.c | 2081 uint32_t sentinel, ctl, sum; local 2160 /* Write a fictive final command block (sentinel) */ 2161 sentinel = CSR_READ_4(sc, IWI_CSR_AUTOINC_ADDR); 2172 if (MEM_READ_4(sc, 0x3000d0) >= sentinel)
|
| /src/lib/libc/net/ |
| getaddrinfo.c | 457 struct addrinfo sentinel; local 474 memset(&sentinel, 0, sizeof(sentinel)); 475 cur = &sentinel; 603 if (sentinel.ai_next) { 654 if (sentinel.ai_next) 660 if (sentinel.ai_next) { 677 canonname = sentinel.ai_next->ai_canonname; 678 sentinel.ai_next->ai_canonname = NULL; 679 (void)reorder(&sentinel, &svd) 1229 struct addrinfo sentinel; local 1295 struct addrinfo sentinel; local 1708 struct addrinfo sentinel, *cur; local 2036 struct addrinfo sentinel, *cur, *ai; local 2102 struct addrinfo sentinel, *cur, *ai; local 2175 struct addrinfo sentinel, *ai; local 2371 struct addrinfo sentinel, *cur; local 2403 struct addrinfo sentinel, *cur; local 2483 struct addrinfo sentinel, *cur; local [all...] |
| /src/lib/libcurses/ |
| curses_private.h | 88 unsigned int sentinel; /* try to catch line overflows */ member in struct:__line
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vectorizer.cc | 1057 auto_purge_vect_location sentinel; 1507 auto_purge_vect_location sentinel; 1055 auto_purge_vect_location sentinel; local 1505 auto_purge_vect_location sentinel; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vectorizer.cc | 1041 auto_purge_vect_location sentinel; 1477 auto_purge_vect_location sentinel; 1039 auto_purge_vect_location sentinel; local 1475 auto_purge_vect_location sentinel; local
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| constraint-manager.cc | 4345 auto_fix_quotes sentinel; local 4412 auto_fix_quotes sentinel; local 4426 auto_fix_quotes sentinel; local
|
| region-model.cc | 7252 auto_fix_quotes sentinel; local 7274 auto_fix_quotes sentinel; local
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| constraint-manager.cc | 4080 auto_fix_quotes sentinel; local 4147 auto_fix_quotes sentinel; local 4161 auto_fix_quotes sentinel; local
|
| region-model.cc | 4578 auto_fix_quotes sentinel; local 4600 auto_fix_quotes sentinel; local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 5764 tree attr = lookup_attribute ("sentinel", TYPE_ATTRIBUTES (fntype)); 5770 tree sentinel; 5788 /* The sentinel must be one of the varargs, i.e. 5793 "not enough variable arguments to fit a sentinel"); 5797 /* Validate the sentinel. */ 5798 sentinel = fold_for_warn (argarray[nargs - 1 - pos]); 5799 if ((!POINTER_TYPE_P (TREE_TYPE (sentinel)) 5800 || !integer_zerop (sentinel)) 5801 && TREE_CODE (TREE_TYPE (sentinel)) != NULLPTR_TYPE 5806 We warn with -Wstrict-null-sentinel, though. * 5755 tree sentinel; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 5670 tree attr = lookup_attribute ("sentinel", TYPE_ATTRIBUTES (fntype)); 5676 tree sentinel; 5694 /* The sentinel must be one of the varargs, i.e. 5699 "not enough variable arguments to fit a sentinel"); 5703 /* Validate the sentinel. */ 5704 sentinel = fold_for_warn (argarray[nargs - 1 - pos]); 5705 if ((!POINTER_TYPE_P (TREE_TYPE (sentinel)) 5706 || !integer_zerop (sentinel)) 5711 We warn with -Wstrict-null-sentinel, though. */ 5712 && (warn_strict_null_sentinel || null_node != sentinel)) 5661 tree sentinel; local [all...] |
| /src/external/mpl/bind/dist/lib/ns/ |
| query.c | 5733 * Find out if the query is for a root key sentinel and if so, record the type 5734 * of root key sentinel query and the key id that is being checked for. 5743 strncasecmp(ndata + 1, "root-key-sentinel-is-ta-", 24) == 0) 5756 "root-key-sentinel-is-ta query label found"); 5758 strncasecmp(ndata + 1, "root-key-sentinel-not-ta-", 25) == 0) 5771 "root-key-sentinel-not-ta query label found"); 5834 * Setup for root key sentinel processing. 7578 dns_keytag_t sentinel = qctx->client->query.root_key_sentinel_keyid; local 7608 if (ds.key_tag == sentinel) { 7628 * Check if a root key sentinel SERVFAIL should be returned [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaDeclAttr.cpp | 2757 unsigned sentinel = (unsigned)SentinelAttr::DefaultSentinel; local 2774 sentinel = Idx->getZExtValue(); 2842 D->addAttr(::new (S.Context) SentinelAttr(S.Context, AL, sentinel, nullPos));
|