Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 19 of 19) sorted by relevance

/bionic/libc/bionic/
Dfts.c65 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) argument
76 FTS *sp; in fts_open() local
182 fts_load(FTS *sp, FTSENT *p) in fts_load()
206 fts_close(FTS *sp) in fts_close()
257 fts_read(FTS *sp) in fts_read()
464 fts_children(FTS *sp, int instr) in fts_children()
546 fts_build(FTS *sp, int type) in fts_build()
794 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) in fts_stat()
870 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort()
905 fts_alloc(FTS *sp, char *name, size_t namelen) in fts_alloc()
[all …]
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dmbstowcs.c39 const char *sp; in mbstowcs() local
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtof.c36 strtof(s, sp) CONST char *s; char **sp; in strtof() argument
Dstrtord.c76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d; in strtord() argument
Dhexnan.c54 hexnan(sp, fpi, x0) in hexnan() argument
DstrtorQ.c100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorQ() argument
Dgethex.c40 gethex(sp, fpi, exp, bp, sign) in gethex() argument
Dsmisc.c124 (sp, t) char **sp, *t; in match() argument
/bionic/libc/tzcode/
Dlocaltime.c270 register struct state * const sp = lclptr; in settzname() local
342 tzload(register const char* name, register struct state* const sp, in tzload()
625 typesequiv(const struct state *const sp, const int a, const int b) in typesequiv()
935 tzparse(const char * name, register struct state * const sp, in tzparse()
1180 gmtload(struct state * const sp) in gmtload()
1287 struct tm * const tmp, struct state * sp) // android-changed: added sp. in localsub()
1465 register const struct state *const sp, in timesub()
1718 const int do_norm_secs, struct state * sp) // android-changed: added sp in time2sub()
1896 int *const okayp, struct state* sp) // android-changed: added sp. in time2()
1912 const int_fast32_t offset, struct state * sp) // android-changed: added sp. in time1()
[all …]
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dsigcontext.h26 __u64 sp; member
Dptrace.h55 __u64 sp; member
/bionic/libc/arch-mips/include/machine/
Dregdef.h95 #define sp $29 /* stack pointer */ macro
/bionic/libc/dns/net/
Dgetnameinfo.c171 struct servent *sp; in getnameinfo_inet() local
Dgetaddrinfo.c1140 struct servent *sp; in get_port() local
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c363 const char *sp; /* start of string matched by it */ in dissect() local
572 const char *sp; /* start of string matched by it */ in backref() local
Dregcomp.c914 const char *sp; in p_b_cclass() local
995 const char *sp; in p_b_coll_elem() local
1770 sop *sp; in enlarge() local
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsigcontext32.h76 unsigned int sp; member
/bionic/libc/upstream-dlmalloc/
Dmalloc.c2699 msegmentptr sp = &m->seg; in segment_holding() local
2710 msegmentptr sp = &m->seg; in has_segment_link() local
3240 msegmentptr sp = segment_holding(m, (char*)p); in do_check_top_chunk() local
4008 mchunkptr sp = (mchunkptr)csp; in add_segment() local
4223 msegmentptr sp = &m->seg; in sys_alloc() local
4276 msegmentptr sp = pred->next; in release_unused_segments() local
4330 msegmentptr sp = segment_holding(m, (char*)m->top); in sys_trim() local
5509 msegmentptr sp = &ms->seg; in destroy_mspace() local
/bionic/libc/dns/nameser/
Dns_name.c937 const u_char *dn, *cp, *sp; in dn_find() local