Searched refs:NULL (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/bionic/libc/bionic/
H A Dsigismember.cpp34 if (set == NULL || bit < 0 || bit >= (int) (8*sizeof(sigset_t))) {
H A Dstrerror.cpp39 if (result != NULL) {
H A Dstrsignal.cpp40 if (result != NULL) {
H A Dtdestroy.cpp25 if (root_node == NULL) {
H A Dmalloc_debug_leak.cpp98 if (backtrace == NULL) return 0;
112 while (entry != NULL) {
114 // backtrace, entry, (entry != NULL) ? entry->backtrace : NULL);
127 return NULL;
145 if (entry != NULL) {
151 return NULL;
155 entry->prev = NULL;
164 if (entry->next != NULL) {
176 if (entry != NULL) {
[all...]
H A Dvdso.cpp69 if (vdso_ehdr == NULL) {
87 ElfW(Dyn)* vdso_dyn = NULL;
96 if (vdso_addr == 0 || vdso_dyn == NULL) {
101 const char* strtab = NULL;
102 ElfW(Sym)* symtab = NULL;
110 if (strtab == NULL || symtab == NULL) {
/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dusleep.c48 return (_nanosleep(&time_to_sleep, NULL));
/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcschr.c40 return (NULL);
H A Dwcspbrk.c57 return NULL;
H A Dwcsrchr.c37 last = NULL;
H A Dwmemchr.c51 return NULL;
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dftw.c42 char * const paths[2] = { __UNCONST(path), NULL };
53 ftsp = fts_open(paths, FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
54 if (ftsp == NULL)
57 while ((cur = fts_read(ftsp)) != NULL) {
/bionic/libc/upstream-netbsd/lib/libc/stdlib/
H A Derand48.c36 _DIAGASSERT(xseed != NULL);
H A Djrand48.c35 _DIAGASSERT(xseed != NULL);
H A Dnrand48.c34 _DIAGASSERT(xseed != NULL);
H A Drand_r.c48 _DIAGASSERT(seed != NULL);
/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwctomb.c39 if (s == NULL) {
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dasprintf.c40 if (f._bf._base == NULL)
50 if (_base == NULL)
58 f._bf._base = NULL;
60 *str = NULL;
H A Dgets.c51 return (NULL);
H A Dsetbuffer.c50 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
H A Dtmpnam.c50 if (s == NULL)
H A Dvasprintf.c37 if (f._bf._base == NULL)
45 if (_base == NULL)
53 f._bf._base = NULL;
55 *str = NULL;
H A Dfindfp.c53 {(unsigned char *)(__sFext+file), 0},NULL,0,{0,0,0},{0},{0,0},0,0}
83 if (data == NULL)
84 return (NULL);
89 g->next = NULL;
115 for (g = &__sglue; g != NULL; g = g->next) {
123 if ((g = moreglue(NDYNAMIC)) == NULL)
124 return (NULL);
132 fp->_p = NULL; /* no current pointer */
135 fp->_bf._base = NULL; /* no buffer */
140 fp->_lb._base = NULL; /* n
[all...]
/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrndup.c33 if (copy != NULL) {
H A Dstrstr.c50 return (NULL);

Completed in 348 milliseconds

1234567891011>>