Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fts/
A Dfts.c147 p->fts_accpath = p->fts_name; in fts_open()
243 p = p->fts_link != NULL ? p->fts_link : p->fts_parent; in fts_close()
303 p->fts_info = fts_stat(sp, p, 0); in fts_read()
315 p->fts_info = fts_stat(sp, p, 1); in fts_read()
365 p = p->fts_link) in fts_read()
382 if ((p = p->fts_link) != NULL) { in fts_read()
766 p->fts_accpath = p->fts_path; in fts_build()
769 p->fts_accpath = p->fts_name; in fts_build()
947 for (ap = sp->fts_array, p = head; p; p = p->fts_link) in fts_sort()
1059 for (p = sp->fts_child; p; p = p->fts_link) in fts_padjust()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ttyent/
A Dgetttyent.c54 for (q = 0, t = p; (c = *p) != '\0'; p++) { in skip()
59 if (q == QUOTED && *p == '\\' && *(p+1) == '"') in skip()
60 p++; in skip()
73 p++; in skip()
84 return ((p = strchr(p, '=')) ? ++p : NULL); in value()
134 if (*p && *p != '#') in libc_hidden_def()
140 p = skip(p); in libc_hidden_def()
144 p = skip(p); in libc_hidden_def()
148 p = skip(p); in libc_hidden_def()
155 for (; *p; p = skip(p)) { in libc_hidden_def()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/
A Dcrtreloc.c40 while (p < e) in reloc_range_indirect()
56 p++; in reloc_range_indirect()
58 return p; in reloc_range_indirect()
68 p = reloc_range_indirect (p, e-1, map); in __self_reloc()
70 if (p >= e) in __self_reloc()
85 while (p < e)
87 *p = __reloc_pointer (*p, map);
88 p++;
90 return p;
101 p = __reloc_pointer (p, map);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/
A Dcrtreloc.c47 while (p < e) in reloc_range_indirect()
79 p++; in reloc_range_indirect()
81 return p; in reloc_range_indirect()
91 p = reloc_range_indirect (p, e-1, map); in __self_reloc()
93 if (p >= e) in __self_reloc()
108 while (p < e)
110 *p = __reloc_pointer (*p, map);
111 p++;
113 return p;
124 p = __reloc_pointer (p, map);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/
A Dfnmatch_loop.c444 is_range = *p == L('-') && p[1] != L('\0'); in FCT()
888 if (*p == L(':') && p[1] == L(']')) in FCT()
920 if (*p == L('.') && p[1] == L(']')) in FCT()
996 ++p; in END()
999 ++p; in END()
1006 else if ((*p == L('?') || *p == L('*') || *p == L('+') || *p == L('@') in END()
1007 || *p == L('!')) && p[1] == L('(')) in END()
1008 p = END (p + 1); in END()
1048 ++p; in EXT()
1058 else if ((*p == L('?') || *p == L('*') || *p == L('+') || *p == L('@') in EXT()
[all …]
A Dfnmatch_old.c73 c = *p++; in fnmatch()
88 for (c = *p++; c == '?' || c == '*'; c = *p++) { in fnmatch()
131 not = (*p == '!' || *p == '^'); in fnmatch()
133 ++p; in fnmatch()
135 c = *p++; in fnmatch()
151 c = *p++; in fnmatch()
159 cend = *p++; in fnmatch()
161 cend = *p++; in fnmatch()
166 c = *p++; in fnmatch()
186 c = *p++; in fnmatch()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/malloc/
A Dtst-mcheck.c36 void *p, *q; in main() local
42 if (p != NULL) in main()
48 if (p == NULL) in main()
51 p = realloc (p, 0); in main()
52 if (p != NULL) in main()
57 if (p == NULL) in main()
59 if (p != NULL) in main()
63 p = realloc (p, 0); in main()
64 if (p != NULL) in main()
80 free (p); in main()
[all …]
A Dtst-malloc.c36 void *p; in main() local
41 p = malloc (-1); in main()
44 if (p != NULL) in main()
51 if (p == NULL) in main()
55 p = realloc (p, 0); in main()
56 if (p != NULL) in main()
59 p = malloc (0); in main()
61 if (p == NULL) in main()
63 if (p != NULL) in main()
67 p = realloc (p, 0); in main()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/
A Dfree.c214 nextp = p->fd; in __malloc_consolidate()
224 p = chunk_at_offset(p, -((long) prevsize)); in __malloc_consolidate()
250 av->top = p; in __malloc_consolidate()
307 p->fd = *fb; in free()
308 *fb = p; in free()
325 p = chunk_at_offset(p, -((long) prevsize)); in free()
348 p->bk = bck; in free()
349 p->fd = fwd; in free()
350 bck->fd = p; in free()
351 fwd->bk = p; in free()
[all …]
A Dmalloc.h479 #define chunk2mem(p) ((void*)((char*)(p) + 2*(sizeof(size_t)))) argument
529 #define prev_inuse(p) ((p)->size & PREV_INUSE) argument
536 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED) argument
548 #define chunksize(p) ((p)->size & ~(SIZE_BITS)) argument
552 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) argument
555 #define prev_chunk(p) ((mchunkptr)( ((char*)(p)) - ((p)->prev_size) )) argument
558 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) argument
561 #define inuse(p)\ argument
565 #define set_inuse(p)\ argument
584 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dold_vfprintf.c336 register char *p; in vfprintf() local
365 for (p =(char *) spec ; *p ; p++) { in vfprintf()
371 for (p = (char *)spec ; *p ; ) { in vfprintf()
376 p++; in vfprintf()
420 } while (*++p); in vfprintf()
421 if ((p - qual_chars < 2) && (*fmt == *p)) { in vfprintf()
437 for (p = (char *) u_spec ; *p ; p++) { in vfprintf()
499 *p = 'x'; in vfprintf()
507 p = "(nil)"; in vfprintf()
519 p = tmp; in vfprintf()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/syslog/
A Dsyslog.c223 p += sprintf(p, "%s", LogTag); in __vsyslog()
225 p += sprintf(p, "<BUFFER OVERRUN ATTEMPT>"); in __vsyslog()
228 p += sprintf(p, "[%d]", getpid()); in __vsyslog()
230 *p++ = ':'; in __vsyslog()
231 *p++ = ' '; in __vsyslog()
242 p += vsnprintf(p, end - p, fmt, ap); in __vsyslog()
249 while (p < end && *p) { in __vsyslog()
250 p++; in __vsyslog()
267 p = tbuf; in __vsyslog()
282 p += rc; in __vsyslog()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops.cc72 abs = p; in absolute()
82 abs = abs / p; in absolute()
109 void operator()(void* p) const { ::free(p); } in operator ()()
442 path pp = p; in create_directories()
630 return p; in current_path()
636 path p; in current_path() local
688 return p; in current_path()
1279 if (p.is_absolute() || !p.has_root_name() in system_complete()
1303 path p; in temp_directory_path() local
1328 p.clear(); in temp_directory_path()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops.cc72 abs = p; in absolute()
82 abs = abs / p; in absolute()
109 void operator()(void* p) const { ::free(p); } in operator ()()
442 path pp = p; in create_directories()
630 return p; in current_path()
636 path p; in current_path() local
688 return p; in current_path()
1279 if (p.is_absolute() || !p.has_root_name() in system_complete()
1303 path p; in temp_directory_path() local
1328 p.clear(); in temp_directory_path()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops.cc72 abs = p; in absolute()
82 abs = abs / p; in absolute()
109 void operator()(void* p) const { ::free(p); } in operator ()()
442 path pp = p; in create_directories()
630 return p; in current_path()
636 path p; in current_path() local
688 return p; in current_path()
1279 if (p.is_absolute() || !p.has_root_name() in system_complete()
1303 path p; in temp_directory_path() local
1328 p.clear(); in temp_directory_path()
[all …]
/l4re-core-master/moe/server/src/
A Ddataspace_noncont.cc28 if (p.valid()) in unmap_page()
37 unmap_page(p); in free_page()
38 if (p.valid() && !Moe::Pages::unshare(*p)) in free_page()
44 p.set(0, 0); in free_page()
63 p.set(*p, p.flags() & ~Page_cow); in map_address()
84 if (!*p) in map_address()
91 l4_cache_clean_data((l4_addr_t)*p, (l4_addr_t)(*p) + page_size()); in map_address()
243 void inc() throw() { p = (p & ~0xfffUL) | (((p & 0xfffUL)+1) & 0xfffUL); } in inc()
244 void dec() throw() { p = (p & ~0xfffUL) | (((p & 0xfffUL)-1) & 0xfffUL); } in dec()
273 for (L1 *p = (L1 *)_pages; p != (L1 *)_pages + entries1(); ++p) in ~Mem_big() local
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c621 p = p->next; in lookup_tzname()
1066 p += *((unsigned char *)p); in __XL_NPP()
1202 if ((*p == 'U') || (*p == 'W')) { in __XL_NPP()
1499 if ((*p == '%') && (*++p != '%')) {
1520 p += *((unsigned char *)p);
2254 *p = ((((p[-2]<<2) + p[-1])*25 + p[0])<< 2) + (p[1] - 299); /* tm_year */ in _time_t2tm()
2256 *p = ((((p[-2]<<2) + p[-1])*25 + p[0])<< 2) + p[1] - 299; /* tm_year */ in _time_t2tm()
2358 p[5] = (p[5] - ((p[6] = p[5]/d) * d)) + (p[7] = p[4]/12); in _time_mktime_tzi()
2359 if ((p[4] -= 12 * p[7]) < 0) { in _time_mktime_tzi()
2386 secs = p[0] + 60*( p[1] + 60*((long)(p[2])) ) in _time_mktime_tzi()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_ops.cc95 ret = p; in absolute()
131 ret /= p; in absolute()
158 void operator()(void* p) const { ::free(p); } in operator ()()
730 return p; in current_path()
736 path p; in current_path() local
788 return p; in current_path()
1496 if (p.has_relative_path() && !p.has_filename()) in status()
1541 if (p.has_relative_path() && !p.has_filename()) in symlink_status()
1605 path p; in temp_directory_path() local
1648 auto iter = p.begin(), end = p.end(); in weakly_canonical()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_ops.cc95 ret = p; in absolute()
131 ret /= p; in absolute()
158 void operator()(void* p) const { ::free(p); } in operator ()()
730 return p; in current_path()
736 path p; in current_path() local
788 return p; in current_path()
1496 if (p.has_relative_path() && !p.has_filename()) in status()
1541 if (p.has_relative_path() && !p.has_filename()) in symlink_status()
1605 path p; in temp_directory_path() local
1648 auto iter = p.begin(), end = p.end(); in weakly_canonical()
[all …]
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/malloc-standard/
A Dmalloc.h490 #define chunk2mem(p) ((void*)((char*)(p) + 2*(sizeof(size_t)))) argument
540 #define prev_inuse(p) ((p)->size & PREV_INUSE) argument
547 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED) argument
559 #define chunksize(p) ((p)->size & ~(SIZE_BITS)) argument
563 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) argument
566 #define prev_chunk(p) ((mchunkptr)( ((char*)(p)) - ((p)->prev_size) )) argument
569 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) argument
572 #define inuse(p)\ argument
576 #define set_inuse(p)\ argument
595 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_ops.cc95 ret = p; in absolute()
131 ret /= p; in absolute()
158 void operator()(void* p) const { ::free(p); } in operator ()()
730 return p; in current_path()
736 path p; in current_path() local
788 return p; in current_path()
1408 if (p.has_relative_path() && !p.has_filename()) in status()
1453 if (p.has_relative_path() && !p.has_filename()) in symlink_status()
1517 path p; in temp_directory_path() local
1560 auto iter = p.begin(), end = p.end(); in weakly_canonical()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc73 abs = p; in absolute()
83 abs = abs / p; in absolute()
110 void operator()(void* p) const { ::free(p); } in operator ()()
423 if (p.empty()) in create_directories()
442 path pp = p; in create_directories()
626 return p; in current_path()
632 path p; in current_path() local
677 return p; in current_path()
942 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1260 if (p.is_absolute() || !p.has_root_name() in system_complete()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cond12.c68 } *p = mmap (NULL, sizeof (*p), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in do_test() local
69 if (p == MAP_FAILED) in do_test()
119 if (pthread_mutex_lock (&p->m) != 0) in do_test()
125 p->var = 42; in do_test()
136 void *oldp = p; in do_test()
137 p = mmap (NULL, sizeof (*p), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in do_test()
139 if (p == oldp) in do_test()
146 munmap (oldp, sizeof (*p)); in do_test()
155 p->var = 0; in do_test()
184 pthread_cond_wait (&p->c, &p->m); in do_test()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_remainder.c33 EXTRACT_WORDS(hp,lp,p); in __ieee754_remainder()
39 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */ in __ieee754_remainder()
43 return (x*p)/(x*p); in __ieee754_remainder()
46 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */ in __ieee754_remainder()
49 p = fabs(p); in __ieee754_remainder()
51 if(x+x>p) { in __ieee754_remainder()
52 x-=p; in __ieee754_remainder()
53 if(x+x>=p) x -= p; in __ieee754_remainder()
56 p_half = 0.5*p; in __ieee754_remainder()
58 x-=p; in __ieee754_remainder()
[all …]
/l4re-core-master/libstdc++-v3/contrib/gcc-4.9/
A Dunwind-pe.h147 return p; in read_uleb128()
173 return p; in read_sleb128()
217 p = read_uleb128 (p, &tmp); in read_encoded_value_with_base()
225 p = read_sleb128 (p, &tmp); in read_encoded_value_with_base()
232 p += 2; in read_encoded_value_with_base()
236 p += 4; in read_encoded_value_with_base()
240 p += 8; in read_encoded_value_with_base()
245 p += 2; in read_encoded_value_with_base()
249 p += 4; in read_encoded_value_with_base()
253 p += 8; in read_encoded_value_with_base()
[all …]

Completed in 104 milliseconds

12345678910>>...33