Searched defs:sp (Results 1 - 22 of 22) sorted by relevance

/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));
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsigcontext.h26 __u64 sp; member in struct:sigcontext
H A Dptrace.h57 __u64 sp; member in struct:user_pt_regs
/bionic/libc/versioner-dependencies/arm64/kernel_uapi_asm-arm64/asm/
H A Dsigcontext.h26 __u64 sp; member in struct:sigcontext
H A Dptrace.h57 __u64 sp; member in struct:user_pt_regs
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-arm64/asm/
H A Dsigcontext.h26 __u64 sp; member in struct:sigcontext
H A Dptrace.h57 __u64 sp; member in struct:user_pt_regs
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h95 #define sp $29 /* stack pointer */ macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h95 #define sp $29 /* stack pointer */ macro
/bionic/libc/dns/net/
H A Dgetnameinfo.c168 struct servent *sp; local
212 sp = NULL;
214 sp = getservbyport(port,
217 if (sp) {
218 if (strlen(sp->s_name) + 1 > (size_t)servlen)
220 strlcpy(serv, sp->s_name, servlen);
H A Dgetaddrinfo.c1140 struct servent *sp; local
1200 if ((sp = getservbyname(servname, proto)) == NULL)
1202 port = sp->s_port;
/bionic/libc/versioner-dependencies/mips/arch-mips/machine/
H A Dregdef.h95 #define sp $29 /* stack pointer */ macro
/bionic/libc/versioner-dependencies/mips64/arch-mips64/machine/
H A Dregdef.h95 #define sp $29 /* stack pointer */ macro
/bionic/libc/bionic/
H A Dfts.c61 #define CLR(opt) (sp->fts_options &= ~(opt))
62 #define ISSET(opt) (sp->fts_options & (opt))
63 #define SET(opt) (sp->fts_options |= (opt))
65 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
76 FTS *sp; local
89 if ((sp = calloc(1, sizeof(FTS))) == NULL)
91 sp->fts_compar = compar;
92 sp->fts_options = options;
102 if (fts_palloc(sp, MAX(fts_maxarglen(argv), PATH_MAX)))
106 if ((parent = fts_alloc(sp, "",
182 fts_load(FTS *sp, FTSENT *p) argument
206 fts_close(FTS *sp) argument
257 fts_read(FTS *sp) argument
464 fts_children(FTS *sp, int instr) argument
546 fts_build(FTS *sp, int type) argument
794 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) argument
870 fts_sort(FTS *sp, FTSENT *head, int nitems) argument
905 fts_alloc(FTS *sp, char *name, size_t namelen) argument
953 fts_palloc(FTS *sp, size_t more) argument
985 fts_padjust(FTS *sp, FTSENT *head) argument
1025 fts_safe_changedir(FTS *sp, FTSENT *p, int fd, char *path) argument
[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.c913 const char *sp; local
922 sp = p->next;
926 len = p->next - sp;
928 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
994 const char *sp; local
1000 sp = p->next;
1008 len = p->next - sp;
1010 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
1013 return(*sp); /* single character */
/bionic/libc/dns/nameser/
H A Dns_name.c937 const u_char *dn, *cp, *sp; local
942 sp = *cpp;
949 while (*sp != 0 && (*sp & NS_CMPRSFLGS) == 0 &&
950 (sp - msg) < 0x4000) {
952 cp = sp;
971 sp - msg));
972 return (int)(sp - msg);
987 sp += *sp
[all...]
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext.h137 __u32 sp; member in struct:sigcontext_32
177 __u64 sp; member in struct:sigcontext_64
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dsigcontext.h137 __u32 sp; member in struct:sigcontext_32
177 __u64 sp; member in struct:sigcontext_64
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dsigcontext.h137 __u32 sp; member in struct:sigcontext_32
177 __u64 sp; member in struct:sigcontext_64
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dsigcontext.h137 __u32 sp; member in struct:sigcontext_32
177 __u64 sp; member in struct:sigcontext_64
/bionic/libc/tzcode/
H A Dlocaltime.c264 update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp) argument
266 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind];
280 register struct state * const sp = lclptr; local
291 if (sp == NULL) {
298 for (i = 0; i < sp->typecnt; ++i) {
299 register const struct ttinfo * const ttisp = &sp->ttis[i];
300 update_tzname_etc(sp, ttisp);
302 for (i = 0; i < sp->timecnt; ++i) {
304 &sp->ttis[
305 sp
315 scrub_abbrs(struct state *sp) argument
378 tzloadbody(char const *name, struct state *sp, bool doextend, union local_storage *lsp) argument
687 tzload(char const *name, struct state *sp, bool doextend) argument
705 typesequiv(const struct state *sp, int a, int b) argument
1015 tzparse(const char *name, struct state *sp, bool lastditch) argument
1248 gmtload(struct state *const sp) argument
1257 zoneinit(struct state *sp, char const *name) argument
1285 struct state *sp = lclptr; local
1401 timezone_t sp = malloc(sizeof *sp); local
1414 tzfree(timezone_t sp) argument
1447 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, struct tm *const tmp) argument
1528 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp) argument
1573 gmtsub(struct state const *sp, time_t const *timep, int_fast32_t offset, struct tm *tmp) argument
1632 timesub(const time_t *timep, int_fast32_t offset, const struct state *sp, struct tm *tmp) argument
1878 time2sub(struct tm *const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset, bool *okayp, bool do_norm_secs) argument
2075 time2(struct tm * const tmp, struct tm *(*funcp)(struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset, bool *okayp) argument
2094 time1(struct tm *const tmp, struct tm *(*funcp) (struct state const *, time_t const *, int_fast32_t, struct tm *), struct state const *sp, const int_fast32_t offset) argument
2166 mktime_tzname(struct state *sp, struct tm *tmp, bool setname) argument
2179 mktime_z(struct state *sp, struct tm *tmp) argument
2251 leapcorr(struct state const *sp, time_t t) argument
2266 time2posix_z(struct state *sp, time_t t) argument
2288 posix2time_z(struct state *sp, time_t t) argument
[all...]

Completed in 372 milliseconds