Searched refs:header (Results 1 - 25 of 2068) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dplural-count.h24 /* Extract the number of plural forms from a header entry. */
25 extern unsigned long int get_plural_count (const char *header);
H A Dplural-count.c28 /* Extract the number of plural forms from a header entry. */
31 get_plural_count (const char *header) argument
36 extract_plural_expression (header, &plural, &nplurals);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc36 __cxa_refcounted_exception *header local
44 __terminate (header->exc.terminateHandler);
46 if (__gnu_cxx::__eh_atomic_dec (&header->referenceCount))
48 if (header->exc.exceptionDestructor)
49 header->exc.exceptionDestructor (header + 1);
51 __cxa_free_exception (header + 1);
61 __cxa_refcounted_exception *header variable
63 header->referenceCount = 0;
64 header
83 __cxa_refcounted_exception *header = local
102 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; variable
40 if (header)
42 if (__is_dependent_exception (header->unwindHeader.exception_class))
45 __get_dependent_exception_from_ue (&header->unwindHeader);
46 header = __get_exception_header_from_obj (de->primaryException);
48 return header->exceptionType;
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); variable
51 // Note that this use of "header" is a lie. It's fine so long as we only
52 // examine header->unwindHeader though.
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
59 globals->caughtExceptions = header;
62 // object is, much less where it is in relation to the header.
66 int count = header->handlerCount;
73 header->handlerCount = count;
76 if (header != prev)
78 header
97 __cxa_exception *header = globals->caughtExceptions; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; variable
40 if (header)
42 if (__is_dependent_exception (header->unwindHeader.exception_class))
45 __get_dependent_exception_from_ue (&header->unwindHeader);
46 header = __get_exception_header_from_obj (de->primaryException);
48 return header->exceptionType;
H A Deh_throw.cc36 __cxa_refcounted_exception *header local
44 __terminate (header->exc.terminateHandler);
46 if (__gnu_cxx::__eh_atomic_dec (&header->referenceCount))
48 if (header->exc.exceptionDestructor)
49 header->exc.exceptionDestructor (header + 1);
51 __cxa_free_exception (header + 1);
61 __cxa_refcounted_exception *header variable
63 header->referenceCount = 0;
64 header
86 __cxa_refcounted_exception *header = local
105 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); variable
51 // Note that this use of "header" is a lie. It's fine so long as we only
52 // examine header->unwindHeader though.
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
59 globals->caughtExceptions = header;
62 // object is, much less where it is in relation to the header.
66 int count = header->handlerCount;
73 header->handlerCount = count;
76 if (header != prev)
78 header
97 __cxa_exception *header = globals->caughtExceptions; local
[all...]
/netbsd-current/external/gpl3/autoconf/dist/man/
H A Dautoheader.x2 autoheader \- Create a template header for configure
/netbsd-current/external/bsd/file/dist/src/
H A Dis_tar.c109 const union record *header = RCAST(const union record *, local
116 if (nbytes < sizeof(*header))
123 memchr(header->header.name, 0, sizeof(header->header.name)));
124 if (nulp != NULL && nulp >= header->header.name + sizeof(gpkg_match) &&
129 recsum = from_oct(header->header
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/vms/
H A Desrf.h28 struct vms_egsy header; member in struct:vms_esrf
/netbsd-current/external/gpl3/binutils/dist/include/vms/
H A Desrf.h28 struct vms_egsy header; member in struct:vms_esrf
/netbsd-current/external/gpl3/gdb.old/dist/include/vms/
H A Desrf.h28 struct vms_egsy header; member in struct:vms_esrf
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/base/two/
H A Dheader.h27 /* #include "header.h" does not work, why? */
28 # include <header.h>
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/base/one/
H A Dheader.h27 /* #include "header.h" does not work, why? */
28 # include <header.h>
/netbsd-current/external/gpl3/gdb/dist/include/vms/
H A Desrf.h28 struct vms_egsy header; member in struct:vms_esrf
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/base/two/
H A Dheader.h27 /* #include "header.h" does not work, why? */
28 # include <header.h>
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/base/one/
H A Dheader.h27 /* #include "header.h" does not work, why? */
28 # include <header.h>
/netbsd-current/sys/arch/vax/include/
H A Dqduser.h174 /* The event queue header */
178 struct _vs_eventqueue header; /* event queue ring handling */ member in struct:qdinput
209 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
219 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
220 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head])
230 #define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? \
231 (eq)->header
[all...]
/netbsd-current/sys/dev/qbus/
H A Dqduser.h167 /* The event queue header */
171 struct _vs_eventqueue header; /* event queue ring handling */ member in struct:qdinput
202 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
212 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
213 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head])
223 #define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? \
224 (eq)->header
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcpa_defines.h5 #warning including deprecated header file tcpa_defines.h
H A Dtcpa_error.h5 #warning including deprecated header file tcpa_error.h
H A Dtcpa_struct.h5 #warning including deprecated header file tcpa_struct.h
H A Dtcpa_typedef.h5 #warning including deprecated header file tcpa_typedef.h
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dsort_includes.py8 welcome for more functionality, and sorting other header groups.
43 header = l[len('#include'):].lstrip()
44 if look_for_api_header and header.startswith('"'):
45 api_headers.append(header)
48 if (header.startswith('<') or header.startswith('"gtest/') or
49 header.startswith('"isl/') or header.startswith('"json/')):
50 system_headers.append(header)
52 if (header
[all...]

Completed in 356 milliseconds

1234567891011>>