Searched refs:sentinel (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | posix_memalign.c | 39 void *sentinel = (void *)0xbad00000; in main() local 40 void *buf = sentinel; in main() 48 VERIFY3P(buf, ==, sentinel); in main() 52 VERIFY3P(buf, ==, sentinel); in main() 56 VERIFY3P(buf, ==, sentinel); in main() 61 VERIFY3P(buf, !=, sentinel); in main() 64 buf = sentinel; in main() 86 buf = sentinel; in main() 89 VERIFY3P(buf, ==, sentinel); in main()
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getaddrinfo.c | 325 struct addrinfo sentinel; local 332 memset(&sentinel, 0, sizeof(sentinel)); 333 cur = &sentinel; 496 if (sentinel.ai_next) 583 if (sentinel.ai_next) { 585 *res = sentinel.ai_next; 598 if (sentinel.ai_next) 599 freeaddrinfo(sentinel.ai_next); 697 struct addrinfo sentinel, *cur; local 701 sentinel.ai_next = NULL; [all …]
|
H A D | dns_ho.c | 556 struct addrinfo sentinel, *cur; in ho_addrinfo() local 562 memset(&sentinel, 0, sizeof(sentinel)); in ho_addrinfo() 563 cur = &sentinel; in ho_addrinfo() 654 return(sentinel.ai_next); in ho_addrinfo() 691 struct addrinfo sentinel, *cur, ai; in gethostans() local 696 memset(&sentinel, 0, sizeof(sentinel)); in gethostans() 697 cur = &sentinel; in gethostans() 998 sentinel.ai_next->ai_canonname = in gethostans() 1002 sentinel.ai_next->ai_canonname = in gethostans() 1006 *ret_aip = sentinel.ai_next; in gethostans() [all …]
|
H A D | lcl_ho.c | 499 struct addrinfo sentinel, *cur; in ho_addrinfo() local 503 memset(&sentinel, 0, sizeof(sentinel)); in ho_addrinfo() 504 cur = &sentinel; in ho_addrinfo() 545 if (sentinel.ai_next == NULL) in ho_addrinfo() 548 return(sentinel.ai_next); in ho_addrinfo()
|
/illumos-gate/usr/src/uts/common/io/iwi/ |
H A D | ipw2200_hw.c | 375 uint32_t sentinel; in ipw2200_load_fw() local 451 sentinel = ipw2200_csr_get32(sc, IPW2200_CSR_AUTOINC_ADDR); in ipw2200_load_fw() 455 "ipw2200_load_fw(): sentinel=%x\n", sentinel)); in ipw2200_load_fw() 465 if (val >= sentinel) in ipw2200_load_fw()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | gcc-attr-list.h | 161 GCC_ATTR(sentinel)
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | README.design | 275 extendedFILE is enabled, then the _magic member contains a sentinel
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 688 03-12-04 port/astlicense.c: fix expand() loop sentinel bug
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 20202 sentinel
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 20203 sentinel
|