Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 103) sorted by relevance

12345

/bionic/libc/bionic/
Dfts.c74 FTSENT *p, *root; in fts_open() local
179 fts_load(FTS *sp, FTSENT *p) in fts_load()
205 FTSENT *freep, *p; in fts_close() local
249 #define NAPPEND(p) \ argument
256 FTSENT *p, *tmp; in fts_read() local
449 fts_set(FTS *sp, FTSENT *p, int instr) in fts_set()
463 FTSENT *p; in fts_children() local
546 FTSENT *p, *head; in fts_build() local
790 fts_stat(FTS *sp, FTSENT *p, int follow) in fts_stat()
861 FTSENT **ap, *p; in fts_sort() local
[all …]
Dstrchr.cpp32 extern "C" char* strchr(const char* p, int ch) { in strchr()
D__strchr_chk.cpp33 extern "C" char* __strchr_chk(const char* p, int ch, size_t s_len) { in __strchr_chk()
Dstrnlen.c32 char* p = memchr(str, 0, maxlen); in strnlen() local
D__strrchr_chk.cpp34 extern "C" char* __strrchr_chk(const char *p, int ch, size_t s_len) in __strrchr_chk()
Dmemchr.c33 const unsigned char* p = s; in memchr() local
Dmemmove.c34 const char *p = src; in memmove() local
/bionic/libc/upstream-netbsd/libc/regex/
Dregcomp.c215 #define MEMSIZE(p) \ argument
241 struct parse *p = &pa; in regcomp() local
342 struct parse *p, in p_ere()
396 struct parse *p, in p_ere_exp()
548 struct parse *p) in p_str()
572 struct parse *p, in p_bre()
615 struct parse *p, in p_simp_re()
735 struct parse *p) in p_count()
760 struct parse *p) in p_bracket()
841 struct parse *p, in p_b_term()
[all …]
/bionic/libc/kernel/common/linux/
Dirqflags.h26 #define trace_hardirq_context(p) 0 argument
27 #define trace_softirq_context(p) 0 argument
29 #define trace_hardirqs_enabled(p) 0 argument
30 #define trace_softirqs_enabled(p) 0 argument
Dmoduleparam.h76 #define __param_check(name, p, type) static inline type *__check_##name(void) { return(p); } argument
77 #define param_check_byte(name, p) __param_check(name, p, unsigned char) argument
79 #define param_check_short(name, p) __param_check(name, p, short) argument
80 #define param_check_ushort(name, p) __param_check(name, p, unsigned short) argument
81 #define param_check_int(name, p) __param_check(name, p, int) argument
82 #define param_check_uint(name, p) __param_check(name, p, unsigned int) argument
84 #define param_check_long(name, p) __param_check(name, p, long) argument
85 #define param_check_ulong(name, p) __param_check(name, p, unsigned long) argument
86 #define param_check_charp(name, p) __param_check(name, p, char *) argument
87 #define param_check_bool(name, p) __param_check(name, p, int) argument
[all …]
/bionic/tests/
Dstdlib_test.cpp66 void* p; in TEST() local
78 char* p = realpath(NULL, NULL); in TEST() local
85 char* p = realpath("", NULL); in TEST() local
92 char* p = realpath("/this/directory/path/almost/certainly/does/not/exist", NULL); in TEST() local
105 char* p = realpath("/proc/self/exe", buf); in TEST() local
/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dfgetln.c57 void *p; in __slbexpand() local
81 unsigned char *p; in fgetln() local
/bionic/libc/upstream-netbsd/libc/include/isc/
Dmemcluster.h28 #define memput(p, s) __memput_debug(p, s, __FILE__, __LINE__) argument
32 #define memput(p, s) __memput_record(p, s, __FILE__, __LINE__) argument
/bionic/libc/stdlib/
Datexit.c64 struct atexit *p = __atexit; in __cxa_atexit() local
116 struct atexit *p, *q; in __cxa_finalize() local
Dputenv.c37 char *p, *equal; in putenv() local
/bionic/libc/include/
Dstdio.h373 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) argument
395 #define __sfeof(p) (((p)->_flags & __SEOF) != 0) argument
396 #define __sferror(p) (((p)->_flags & __SERR) != 0) argument
397 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF))) argument
398 #define __sfileno(p) ((p)->_file) argument
402 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) argument
403 #define ferror(p) (!__isthreaded ? __sferror(p) : (ferror)(p)) argument
404 #define clearerr(p) (!__isthreaded ? __sclearerr(p) : (clearerr)(p)) argument
407 #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p)) argument
/bionic/libc/string/
Dindex.c34 index(const char *p, int ch) in index()
Dstrrchr.c34 strrchr(const char *p, int ch) in strrchr()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcslen.c42 const wchar_t *p; in wcslen() local
Dwcsspn.c42 const wchar_t *p; in wcsspn() local
Dwcspbrk.c42 const wchar_t *p; in wcspbrk() local
Dwcscspn.c42 const wchar_t *p; in wcscspn() local
Dwmemset.c43 wchar_t *p; in wmemset() local
/bionic/libstdc++/src/
Dnew.cpp8 void* p = malloc(size); in operator new() local
17 void* p = malloc(size); in operator new[]() local
/bionic/libc/upstream-dlmalloc/
Dmalloc.c2218 #define chunk2mem(p) ((void*)((char*)(p) + TWO_SIZE_T_SIZES)) argument
2256 #define cinuse(p) ((p)->head & CINUSE_BIT) argument
2257 #define pinuse(p) ((p)->head & PINUSE_BIT) argument
2258 #define flag4inuse(p) ((p)->head & FLAG4_BIT) argument
2259 #define is_inuse(p) (((p)->head & INUSE_BITS) != PINUSE_BIT) argument
2260 #define is_mmapped(p) (((p)->head & INUSE_BITS) == 0) argument
2262 #define chunksize(p) ((p)->head & ~(FLAG_BITS)) argument
2264 #define clear_pinuse(p) ((p)->head &= ~PINUSE_BIT) argument
2265 #define set_flag4(p) ((p)->head |= FLAG4_BIT) argument
2266 #define clear_flag4(p) ((p)->head &= ~FLAG4_BIT) argument
[all …]

12345