Searched defs:sp (Results 1 - 14 of 14) sorted by path

/bionic/libc/arch-mips/include/machine/
H A Dregdef.h88 #define sp $29 /* stack pointer */ macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h95 #define sp $29 /* stack pointer */ macro
/bionic/libc/bionic/
H A Dfts.c60 #define CLR(opt) (sp->fts_options &= ~(opt))
61 #define ISSET(opt) (sp->fts_options & (opt))
62 #define SET(opt) (sp->fts_options |= (opt))
64 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
75 FTS *sp; local
88 if ((sp = calloc(1, sizeof(FTS))) == NULL)
90 sp->fts_compar = compar;
91 sp->fts_options = options;
101 if (fts_palloc(sp, MAX(fts_maxarglen(argv), PATH_MAX)))
105 if ((parent = fts_alloc(sp, "",
181 fts_load(FTS *sp, FTSENT *p) argument
205 fts_close(FTS *sp) argument
256 fts_read(FTS *sp) argument
463 fts_children(FTS *sp, int instr) argument
545 fts_build(FTS *sp, int type) argument
792 fts_stat(FTS *sp, FTSENT *p, int follow) argument
861 fts_sort(FTS *sp, FTSENT *head, int nitems) argument
896 fts_alloc(FTS *sp, char *name, size_t namelen) argument
944 fts_palloc(FTS *sp, size_t more) argument
976 fts_padjust(FTS *sp, FTSENT *head) argument
1016 fts_safe_changedir(FTS *sp, FTSENT *p, int fd, char *path) argument
[all...]
/bionic/libc/dns/nameser/
H A Dns_name.c943 const u_char *dn, *cp, *sp; local
948 sp = *cpp;
955 while (*sp != 0 && (*sp & NS_CMPRSFLGS) == 0 &&
956 (sp - msg) < 0x4000) {
958 cp = sp;
977 sp - msg));
978 return (int)(sp - msg);
993 sp += *sp
[all...]
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1149 struct servent *sp; local
1209 if ((sp = getservbyname(servname, proto)) == NULL)
1211 port = sp->s_port;
H A Dgetnameinfo.c171 struct servent *sp; local
215 sp = NULL;
217 sp = getservbyport(port,
220 if (sp) {
221 if (strlen(sp->s_name) + 1 > (size_t)servlen)
223 strlcpy(serv, sp->s_name, servlen);
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dptrace.h55 __u64 sp; member in struct:user_pt_regs
H A Dsigcontext.h26 __u64 sp; member in struct:sigcontext
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext32.h76 unsigned int sp; member in struct:sigcontext_ia32
/bionic/libc/tzcode/
H A Dlocaltime.c160 static void gmtload(struct state * sp);
162 struct tm * tmp, struct state * sp); // android-changed: added sp.
164 struct tm * tmp, struct state * sp); // android-changed: added sp.
177 int_fast32_t, struct state * sp); // android-changed: added sp.
181 int_fast32_t offset, int * okayp, struct state * sp); // android-changed: added sp.
185 int_fast32_t offset, int * okayp, int do_norm_secs, struct state * sp); // androi
270 register struct state * const sp = lclptr; local
342 tzload(register const char* name, register struct state* const sp, register const int doextend) argument
625 typesequiv(const struct state *const sp, const int a, const int b) argument
935 tzparse(const char * name, register struct state * const sp, const int lastditch) argument
1180 gmtload(struct state * const sp) argument
1285 localsub(const time_t * const timep, const int_fast32_t offset, struct tm * const tmp, struct state * sp) argument
1463 timesub(const time_t *const timep, const int_fast32_t offset, register const struct state *const sp, register struct tm *const tmp) argument
1713 time2sub(struct tm * const tmp, struct tm *(*const funcp)(const time_t*, int_fast32_t, struct tm*, struct state*), const int_fast32_t offset, int * const okayp, const int do_norm_secs, struct state * sp) argument
1892 time2(struct tm * const tmp, struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *, struct state *), const int_fast32_t offset, int *const okayp, struct state* sp) argument
1909 time1(struct tm * const tmp, struct tm * (* const funcp) (const time_t *, int_fast32_t, struct tm *, struct state *), const int_fast32_t offset, struct state * sp) argument
2063 register struct state * sp; local
2268 __bionic_tzload_cached(const char* name, struct state* const sp, const int doextend) argument
[all...]
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c2699 msegmentptr sp = &m->seg; local
2701 if (addr >= sp->base && addr < sp->base + sp->size)
2702 return sp;
2703 if ((sp = sp->next) == 0)
2710 msegmentptr sp = &m->seg; local
2712 if ((char*)sp >= ss->base && (char*)sp < s
3240 msegmentptr sp = segment_holding(m, (char*)p); local
4006 mchunkptr sp = (mchunkptr)csp; local
4221 msegmentptr sp = &m->seg; local
4274 msegmentptr sp = pred->next; local
4328 msegmentptr sp = segment_holding(m, (char*)m->top); local
5507 msegmentptr sp = &ms->seg; local
[all...]
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c363 const char *sp; /* start of string matched by it */ local
381 sp = start;
403 sp++;
412 sp++;
423 rest = slow(m, sp, stp, ss, es);
431 assert(stp >= sp); /* it did work */
436 if (slow(m, sp, rest, ssub, esub) != NULL) {
442 dissect(m, sp, rest, ssub, esub);
445 assert(sp == rest);
446 sp
572 const char *sp; /* start of string matched by it */ local
[all...]
H A Dregcomp.c914 const char *sp; local
923 sp = p->next;
927 len = p->next - sp;
929 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
995 const char *sp; local
1001 sp = p->next;
1009 len = p->next - sp;
1011 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
1014 return(*sp); /* single character */
1770 sop *sp; local
[all...]
/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dmbstowcs.c39 const char *sp; local
42 sp = s;
43 return (mbsrtowcs(pwcs, &sp, n, &mbs));

Completed in 386 milliseconds