HomeSort by: relevance | last modified time | path
    Searched defs:NULL (Results 1 - 25 of 607) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
locale.h 13 #ifndef NULL
16 #define NULL __null
18 #define NULL 0L
21 #define NULL ((void *)0)
23 #endif /* !NULL */
curses.h 13 # define NULL (0L) /* typed NULL */
39 #ifndef NULL
42 #define NULL __null
44 #define NULL 0L
47 #define NULL ((void *)0)
49 #endif /* !NULL */ /* typed NULL */
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
locale.h 13 #ifndef NULL
16 #define NULL __null
18 #define NULL 0L
21 #define NULL ((void *)0)
23 #endif /* !NULL */
curses.h 13 # define NULL (0L) /* typed NULL */
39 #ifndef NULL
42 #define NULL __null
44 #define NULL 0L
47 #define NULL ((void *)0)
49 #endif /* !NULL */ /* typed NULL */
  /src/sys/sys/
null.h 1 /* $NetBSD: null.h,v 1.9 2010/07/06 11:56:20 kleink Exp $ */
10 #ifndef NULL
13 #define NULL ((void *)0)
15 #define NULL 0
18 #define NULL __null
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
explodename.c 29 /* On some strange systems still no definition of NULL is found. Sigh! */
30 #ifndef NULL
32 # define NULL ((void *) 0)
34 # define NULL 0
64 *modifier = NULL;
65 *territory = NULL;
66 *codeset = NULL;
67 *normalized_codeset = NULL;
126 if (*territory != NULL && (*territory)[0] == '\0')
129 if (*codeset != NULL && (*codeset)[0] == '\0'
    [all...]
  /src/external/gpl2/libmalloc/dist/
morecore.c 36 #ifndef NULL
37 #define NULL 0
41 and return the start of data space, or NULL on errors.
53 return NULL;
  /src/external/gpl3/binutils/dist/opcodes/
cris-opc.c 26 #ifndef NULL
27 #define NULL (0)
34 {"bz", 0, 1, cris_ver_v32p, NULL},
35 {"p0", 0, 1, 0, NULL},
36 {"vr", 1, 1, 0, NULL},
37 {"p1", 1, 1, 0, NULL},
38 {"pid", 2, 1, cris_ver_v32p, NULL},
39 {"p2", 2, 1, cris_ver_v32p, NULL},
40 {"p2", 2, 1, cris_ver_warning, NULL},
41 {"srs", 3, 1, cris_ver_v32p, NULL},
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-opc.c 26 #ifndef NULL
27 #define NULL (0)
34 {"bz", 0, 1, cris_ver_v32p, NULL},
35 {"p0", 0, 1, 0, NULL},
36 {"vr", 1, 1, 0, NULL},
37 {"p1", 1, 1, 0, NULL},
38 {"pid", 2, 1, cris_ver_v32p, NULL},
39 {"p2", 2, 1, cris_ver_v32p, NULL},
40 {"p2", 2, 1, cris_ver_warning, NULL},
41 {"srs", 3, 1, cris_ver_v32p, NULL},
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-opc.c 26 #ifndef NULL
27 #define NULL (0)
34 {"bz", 0, 1, cris_ver_v32p, NULL},
35 {"p0", 0, 1, 0, NULL},
36 {"vr", 1, 1, 0, NULL},
37 {"p1", 1, 1, 0, NULL},
38 {"pid", 2, 1, cris_ver_v32p, NULL},
39 {"p2", 2, 1, cris_ver_v32p, NULL},
40 {"p2", 2, 1, cris_ver_warning, NULL},
41 {"srs", 3, 1, cris_ver_v32p, NULL},
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
cris-opc.c 26 #ifndef NULL
27 #define NULL (0)
34 {"bz", 0, 1, cris_ver_v32p, NULL},
35 {"p0", 0, 1, 0, NULL},
36 {"vr", 1, 1, 0, NULL},
37 {"p1", 1, 1, 0, NULL},
38 {"pid", 2, 1, cris_ver_v32p, NULL},
39 {"p2", 2, 1, cris_ver_v32p, NULL},
40 {"p2", 2, 1, cris_ver_warning, NULL},
41 {"srs", 3, 1, cris_ver_v32p, NULL},
    [all...]
  /src/lib/libc/stdio/
flockfile.c 78 } else if (_LOCKOWNER(fp) == NULL) {
113 while (_LOCKOWNER(fp) != NULL)
115 thr_setcancelstate(oldstate, NULL);
142 thr_setcancelstate(_LOCKCANCELSTATE(fp), NULL);
147 _LOCKOWNER(fp) = NULL;
  /src/external/bsd/unbound/dist/testcode/
unitanchor.c 54 unit_assert(anchors_lookup(a, (uint8_t*)"\000", 1, c) == NULL);
55 unit_assert(anchors_lookup(a, (uint8_t*)"\003com\000", 5, c) == NULL);
57 (uint8_t*)"\007example\003com\000", 11, c) == NULL);
58 unit_assert(anchors_lookup(a, (uint8_t*)"\002nl\000", 4, c) == NULL);
60 (uint8_t*)"\004labs\002nl\000", 9, c) == NULL);
62 (uint8_t*)"\004fabs\002nl\000", 9, c) == NULL);
73 unit_assert(anchors_lookup(a, (uint8_t*)"\000", 1, c) == NULL);
74 unit_assert(anchors_lookup(a, (uint8_t*)"\003com\000", 5, c) == NULL);
76 (uint8_t*)"\007example\003com\000", 11, c) == NULL);
79 (uint8_t*)"\002nl\000", 4, c)) != NULL);
    [all...]
  /src/external/gpl2/grep/dist/intl/
explodename.c 31 /* On some strange systems still no definition of NULL is found. Sigh! */
32 #ifndef NULL
34 # define NULL ((void *) 0)
36 # define NULL 0
71 *modifier = NULL;
72 *territory = NULL;
73 *codeset = NULL;
74 *normalized_codeset = NULL;
75 *special = NULL;
76 *sponsor = NULL;
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
putenv.c 44 #ifndef NULL
45 #define NULL 0
58 if (name_end == NULL)
62 for (ep = environ; *ep != NULL; ++ep)
65 while (ep[1] != NULL)
70 *ep = NULL;
76 for (ep = environ; *ep != NULL; ++ep)
83 if (*ep == NULL)
85 static char **last_environ = NULL;
87 if (new_environ == NULL)
    [all...]
  /src/external/gpl2/mkhybrid/dist/
getopt1.c 65 #ifndef NULL
66 #define NULL 0
  /src/external/gpl2/texinfo/dist/intl/
explodename.c 31 /* On some strange systems still no definition of NULL is found. Sigh! */
32 #ifndef NULL
34 # define NULL ((void *) 0)
36 # define NULL 0
64 *modifier = NULL;
65 *territory = NULL;
66 *codeset = NULL;
67 *normalized_codeset = NULL;
68 *special = NULL;
69 *sponsor = NULL;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tsystem.h 120 /* Define a generic NULL if one hasn't already been defined. */
121 #ifndef NULL
122 #define NULL 0
  /src/external/gpl3/gcc.old/dist/gcc/
tsystem.h 112 /* Define a generic NULL if one hasn't already been defined. */
113 #ifndef NULL
114 #define NULL 0
  /src/external/gpl3/gcc.old/dist/intl/
explodename.c 29 /* On some strange systems still no definition of NULL is found. Sigh! */
30 #ifndef NULL
32 # define NULL ((void *) 0)
34 # define NULL 0
69 *modifier = NULL;
70 *territory = NULL;
71 *codeset = NULL;
72 *normalized_codeset = NULL;
73 *special = NULL;
74 *sponsor = NULL;
    [all...]
  /src/external/lgpl3/gmp/dist/mpf/
sqrt_ui.c 32 #include <stdio.h> /* for NULL */
103 mpn_sqrtrem (PTR (r), NULL, tp, rsize);
  /src/sys/compat/linux32/common/
linux32_wait.c 88 NETBSD32PTR32(SCARG(&ua, rusage), NULL);
123 SCARG_P32(uap, rusage) != NULL ? &ru : NULL);
133 if (SCARG_P32(uap, rusage) != NULL) {
138 if (error == 0 && SCARG_P32(uap, status) != NULL) {
  /src/sys/external/isc/libsodium/dist/test/default/
generichash3.c 55 &st, NULL, 1U, crypto_generichash_blake2b_BYTES_MAX, salt, personal);
67 crypto_generichash_blake2b_BYTES_MAX, NULL, personal);
79 crypto_generichash_blake2b_BYTES_MAX, salt, NULL);
100 NULL, 0U, salt, personal);
118 k, crypto_generichash_blake2b_KEYBYTES_MAX, NULL, personal);
127 k, crypto_generichash_blake2b_KEYBYTES_MAX, salt, NULL);
134 (NULL, 0,
136 k, sizeof k, NULL, NULL) == -1);
138 (NULL, crypto_generichash_BYTES_MAX + 1
    [all...]
  /src/external/bsd/byacc/dist/test/yacc/
code_calc.tab.c 87 #ifndef NULL
88 #define NULL (void*)0
92 "end-of-file",NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,"'\\n'",NULL,NULL
    [all...]
code_error.tab.c 31 #ifndef NULL
32 #define NULL (void*)0
36 "end-of-file",NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
    [all...]

Completed in 140 milliseconds

1 2 3 4 5 6 7 8 91011>>