Searched refs:sentinel (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dstatic1.C20 struct sentinel { struct
21 ~sentinel () { if (d == 0) abort (); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dstatic1.C20 struct sentinel { struct
21 ~sentinel () { if (d == 0) abort (); }
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgetaddrinfo.c327 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, *cu local
742 struct addrinfo sentinel; local
789 struct addrinfo sentinel; local
1165 struct addrinfo sentinel, *cur; local
[all...]
H A Ddns_ho.c562 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
[all...]
H A Dlcl_ho.c505 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);
H A Dnis_ho.c366 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);
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetaddrinfo.c345 struct addrinfo sentinel; local
361 memset(&sentinel, 0, sizeof(sentinel));
362 cur = &sentinel;
490 if (sentinel.ai_next)
539 if (sentinel.ai_next)
545 if (sentinel.ai_next) {
548 *res = sentinel.ai_next;
555 if (sentinel.ai_next)
556 freeaddrinfo(sentinel
633 struct addrinfo sentinel; local
699 struct addrinfo sentinel; local
1109 struct addrinfo sentinel, *cur; local
1338 struct addrinfo sentinel, *cur; local
1534 struct addrinfo sentinel, *cur; local
1566 struct addrinfo sentinel, *cur; local
1646 struct addrinfo sentinel, *cur; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Src/
H A Dgetaddrinfo.c300 struct addrinfo sentinel; local
321 sentinel.ai_next = NULL;
322 cur = &sentinel;
437 if (sentinel.ai_next)
489 if (sentinel.ai_next)
495 if (sentinel.ai_next) {
497 *res = sentinel.ai_next;
504 if (sentinel.ai_next)
505 freeaddrinfo(sentinel.ai_next);
525 struct addrinfo sentinel, *cu local
697 struct addrinfo sentinel; local
759 struct addrinfo sentinel; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/llvm/config/llvm/Support/
H A DDataTypes.h103 #define END_WITH_NULL __attribute__((sentinel))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dlib1.asm61 movi r4,1 // r4 is quotient (1 for a sentinel)
75 lsl r4,r7 // move the sentinel along (with 0's behind)
90 // bf 4f // the sentinel went away...
100 bf 1b // if sentinel falls out of quotient, stop
113 movi r4,1 // r4 is quotient (1 for a sentinel)
126 lsl r4,r7 // move the sentinel along (with 0's behind)
135 bf 1b // if sentinel falls out of quotient, stop
150 movi r4,1 // r4 is quotient (1 for a sentinel)
163 lsl r4,r7 // move the sentinel along (with 0's behind)
177 // bf 4f // the sentinel wen
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/missing/
H A Dgetaddrinfo.c206 struct addrinfo sentinel; local
216 sentinel.ai_next = NULL;
217 cur = &sentinel;
369 top = sentinel.ai_next;
547 struct addrinfo sentinel; local
555 sentinel.ai_next = NULL;
556 cur = &sentinel;
620 if (cur == &sentinel) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/osf-share/
H A Dcma_debug_client.h51 * Type describing constants for a valid TCB sentinel.
53 * at least one invalid sentinel as a convenience.
56 cma_c_tcb_sentinel_nogood = 0, /* Invalid sentinel constant */
57 cma_c_tcb_sentinel = 0x0ACEFACE /* Valid TCB sentinel */
86 cma_t_tcb_sentinel sentinel; /* Validity sentinel */ member in struct:CMA_T_TCB_PROLOG
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dadd_wch.c117 assert(win->alines[i]->sentinel == SENTINEL_VALUE);
H A Dresize.c268 lp->sentinel = SENTINEL_VALUE;
285 lp->sentinel = SENTINEL_VALUE;
H A Dnewwin.c238 lp->sentinel = SENTINEL_VALUE;
348 lp->sentinel = SENTINEL_VALUE;
/netbsd-6-1-5-RELEASE/usr.sbin/faithd/
H A Dprefix.c267 struct config sentinel; local
277 p = &sentinel;
278 sentinel.next = NULL;
286 config_list = sentinel.next;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/utbm/
H A Dutbm.c266 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)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Daout-adobe.c274 static struct external_segdesc sentinel[1]; /* Initialized to zero. */ local
330 /* Write final `sentinel` section header (with type of 0). */
331 amt = sizeof (*sentinel);
332 if (bfd_bwrite (sentinel, amt, abfd) != amt)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Daout-adobe.c274 static struct external_segdesc sentinel[1]; /* Initialized to zero. */ local
330 /* Write final `sentinel` section header (with type of 0). */
331 amt = sizeof (*sentinel);
332 if (bfd_bwrite (sentinel, amt, abfd) != amt)
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dloadlib.c450 #define sentinel ((void *)&sentinel_) macro
460 if (lua_touserdata(L, -1) == sentinel) /* check loops */
483 lua_pushlightuserdata(L, sentinel);
484 lua_setfield(L, 2, name); /* _LOADED[name] = sentinel */
490 if (lua_touserdata(L, -1) == sentinel) { /* module did not set a value? */
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_cache.c882 struct namecache *ncp, *nxtcp, *sentinel; local
890 sentinel = NULL;
898 if (ncp == sentinel) {
906 if (sentinel == NULL)
907 sentinel = ncp;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libgdb/arch/alpha/
H A Ddefs.mk6 G_LIBGDB_OBS=alpha-tdep.o alpha-mdebug-tdep.o alphabsd-tdep.o alphanbsd-tdep.o nbsd-tdep.o corelow.o solib.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o alphabsd-nat.o bsd-kvm.o nbsd-nat.o nbsd-thread.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-main.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-value.o py-prettyprint.o py-auto-load.o elfread.o posix-hdep.o c-exp.o cp-name-parser.o objc-exp.o ada-exp.o jv-exp.o f-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auxv.o bfd-target.o blockframe.o breakpoint.o findvar.o regcache.o charset.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o inf-child.o interps.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ui-out.o cli-out.o varobj.o vec.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o gcore.o jit.o progspace.o inflow.o init.o
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libgdb/arch/arm/
H A Ddefs.mk6 G_LIBGDB_OBS=arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o bsd-kvm.o nbsd-thread.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-main.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-value.o py-prettyprint.o py-auto-load.o elfread.o posix-hdep.o c-exp.o cp-name-parser.o objc-exp.o ada-exp.o jv-exp.o f-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auxv.o bfd-target.o blockframe.o breakpoint.o findvar.o regcache.o charset.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o inf-child.o interps.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ui-out.o cli-out.o varobj.o vec.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o gcore.o jit.o progspace.o inflow.o init.o
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libgdb/arch/armeb/
H A Ddefs.mk6 G_LIBGDB_OBS=arm-tdep.o armnbsd-tdep.o solib.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o bsd-kvm.o nbsd-thread.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-main.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-value.o py-prettyprint.o py-auto-load.o elfread.o posix-hdep.o c-exp.o cp-name-parser.o objc-exp.o ada-exp.o jv-exp.o f-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auxv.o bfd-target.o blockframe.o breakpoint.o findvar.o regcache.o charset.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o inf-child.o interps.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ui-out.o cli-out.o varobj.o vec.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o gcore.o jit.o progspace.o inflow.o init.o
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libgdb/arch/hppa/
H A Ddefs.mk6 G_LIBGDB_OBS=hppa-tdep.o hppabsd-tdep.o hppanbsd-tdep.o corelow.o solib.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o nbsd-nat.o hppanbsd-nat.o nbsd-thread.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-main.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-value.o py-prettyprint.o py-auto-load.o elfread.o posix-hdep.o c-exp.o cp-name-parser.o objc-exp.o ada-exp.o jv-exp.o f-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auxv.o bfd-target.o blockframe.o breakpoint.o findvar.o regcache.o charset.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o inf-child.o interps.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ui-out.o cli-out.o varobj.o vec.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o gcore.o jit.o progspace.o inflow.o init.o

Completed in 505 milliseconds

12