Searched refs:NULL (Results 1 - 25 of 32635) sorted by path

1234567891011>>

/netbsd-current/common/lib/libc/string/
H A Dstrchrnul.c53 _DIAGASSERT(p != NULL);
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_err.c52 if (fmt != NULL)
63 if (fmt != NULL)
H A Dcompat_getline.c38 if (buf == NULL || bufsz == NULL) {
43 if (*buf == NULL)
52 if ((nbuf = realloc(*buf, nbufsz)) == NULL)
H A Dcompat_mkdtemp.c46 if (mktemp(path) == NULL) {
48 return NULL;
53 return NULL;
58 return NULL;
H A Dcompat_reallocarray.c44 return NULL;
H A Dcompat_stringlist.c54 if (sl == NULL)
59 sl->sl_str = reallocarray(NULL, sl->sl_max, sizeof(char *));
60 if (sl->sl_str == NULL)
76 if (sl->sl_str == NULL)
92 if (sl == NULL)
116 return NULL;
H A Dcompat_strtonum.c48 { NULL, 0 },
67 if (errstrp != NULL)
H A Dcompat_vasprintf.c47 if (sz != -1 && (*ret = malloc(sz + 1)) != NULL) {
52 *ret = NULL;
H A Dmandoc_ohash.c38 info.data = NULL;
H A Dsoelim.c69 if ((f = fopen(name, "r")) != NULL)
74 return (NULL);
80 if ((f = fopen(path, "r")) != NULL)
92 char *line = NULL;
97 if (f == NULL)
148 if (includes == NULL)
H A Dtest-getline.c8 char *line = NULL;
H A Dtest-pledge.c6 return !!pledge("stdio", NULL);
H A Dtest-progname.c9 return progname == NULL;
H A Dtest-reallocarray.c6 return !reallocarray(NULL, 2, 2);
H A Dtest-rewb-bsd.c12 if (regexec(&re, "the word is here", 0, NULL, 0))
14 if (regexec(&re, "same word", 0, NULL, 0))
16 if (regexec(&re, "word again", 0, NULL, 0))
18 if (regexec(&re, "word", 0, NULL, 0))
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
H A Dtest-rewb-sysv.c12 if (regexec(&re, "the word is here", 0, NULL, 0))
14 if (regexec(&re, "same word", 0, NULL, 0))
16 if (regexec(&re, "word again", 0, NULL, 0))
18 if (regexec(&re, "word", 0, NULL, 0))
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
H A Dtest-strtonum.c27 if (errstr != NULL)
31 if (errstr == NULL)
35 if (errstr == NULL)
39 if (errstr == NULL)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dcode.c65 if ((name = sp->soname) == NULL)
138 if (attr_find(cftnsp->sap, GCC_ATYP_STDCALL) != NULL)
H A Dlocal.c98 if ((q = p->n_sp) == NULL)
139 if ((ap = attr_find(p->n_ap, GCC_ATYP_REGPARM)) != NULL &&
237 if ((TMASK & l->n_type) == 0 && l->n_sp == NULL)
320 sp->sname = sp->soname = NULL;
434 if (p == NULL)
486 if ((name = sp->soname) == NULL)
507 char *a2 = pragtok(NULL);
527 if (strcmp(str, "alias") == 0 && a2 != NULL) {
547 if ((ap = attr_find(sp->sap, GCC_ATYP_WEAKREF)) != NULL) {
552 if (wr == NULL) {
[all...]
H A Dlocal2.c1519 { NULL, 0 },
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Ddriver.c89 if (p != NULL) {
97 return NULL;
110 .first = NULL,
119 if (type == NULL)
123 in->next = NULL;
134 for ( ; *p != NULL; p++) {
155 if (prog_cpp != NULL && inarray(prog, cpp_names)) {
157 } else if (prog_ccom != NULL && inarray(prog, cc_names)) {
159 } else if (prog_cxxcom != NULL && inarray(prog, cxx_names)) {
161 } else if (prog_fcom != NULL
[all...]
H A Dlist.c81 l->array[0] = NULL;
84 l->buf = NULL;
129 l->array[l->arrayused] = NULL;
166 * add a NULL terminated array of const data to list
H A Doptions.c65 { "-param", ARG(0), ignore, NULL },
76 { "O", STR(1), str_Olevel, NULL },
83 { "W", STR(1), str_Wflag, NULL }, // XX
86 { "compatibility-version", FLAG, ignore, NULL },
87 { "current-version", FLAG, ignore, NULL },
103 { "f", STR(1), ignore, NULL },
104 { "g", STR(1), str_glevel, NULL },
108 { "install-name", ARG(0), ignore, NULL }, // XX
109 { "iquote", ARG(0), ignore, NULL }, // XX
122 { "m", ARG(1), ignore, NULL }, // X
[all...]
H A Dosdefs.h41 #define STARTFILES { LIBDIR "crtbegin.o", NULL }
42 #define ENDFILES { LIBDIR "crtend.o", NULL }
44 #define STARTFILES { LIBDIR "crti.o", LIBDIR "crtbegin.o", NULL }
45 #define ENDFILES { LIBDIR "crtend.o", LIBDIR "crtn.o", NULL }
50 #define STARTFILES_S { LIBDIR "crtbeginS.o", NULL }
51 #define ENDFILES_S { LIBDIR "crtendS.o", NULL }
53 #define STARTFILES_S { LIBDIR "crti.o", LIBDIR "crtbeginS.o", NULL }
54 #define ENDFILES_S { LIBDIR "crtendS.o", LIBDIR "crtn.o", NULL }
58 #define F77LIBLIST { "-L/usr/local/lib", "-lF77", "-lI77", "-lm", "-lc", NULL };
62 #define DYNLINKER { "-dynamic-linker", "/usr/libexec/ld.elf_so", NULL }
[all...]
H A Dpath.c48 &user_sysincdirs, &libdirs, &progdirs, NULL };
50 sysroot, sysroot, NULL };
57 for (i = 0; lists[i] != NULL; ++i) {
109 if (old_suffix != NULL && strchr(old_suffix, '/') != NULL)
110 old_suffix = NULL;
111 if (old_suffix == NULL)
122 if (temp_directory == NULL) {
129 if (template == NULL)
141 if (mkdtemp(path) == NULL)
[all...]

Completed in 334 milliseconds

1234567891011>>