Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfts.c64 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) argument
75 FTS *sp; in fts_open() local
181 fts_load(FTS *sp, FTSENT *p) in fts_load()
205 fts_close(FTS *sp) in fts_close()
256 fts_read(FTS *sp) in fts_read()
463 fts_children(FTS *sp, int instr) in fts_children()
545 fts_build(FTS *sp, int type) in fts_build()
792 fts_stat(FTS *sp, FTSENT *p, int follow) in fts_stat()
861 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort()
896 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()
1286 struct tm * const tmp, struct state * sp) // android-changed: added sp. in localsub()
1464 register const struct state *const sp, in timesub()
1717 const int do_norm_secs, struct state * sp) // android-changed: added sp in time2sub()
1895 int *const okayp, struct state* sp) // android-changed: added sp. in time2()
1911 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.h88 #define sp $29 /* stack pointer */ macro
/bionic/libc/arch-mips64/include/machine/
Dregdef.h95 #define sp $29 /* stack pointer */ macro
/bionic/libc/dns/net/
Dgetnameinfo.c171 struct servent *sp; in getnameinfo_inet() local
Dgetaddrinfo.c1149 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
4006 mchunkptr sp = (mchunkptr)csp; in add_segment() local
4221 msegmentptr sp = &m->seg; in sys_alloc() local
4274 msegmentptr sp = pred->next; in release_unused_segments() local
4328 msegmentptr sp = segment_holding(m, (char*)m->top); in sys_trim() local
5507 msegmentptr sp = &ms->seg; in destroy_mspace() local
/bionic/libc/dns/nameser/
Dns_name.c943 const u_char *dn, *cp, *sp; in dn_find() local