Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 25 of 92) sorted by relevance

1234

/bionic/libc/bionic/
Dfts.c62 #define CLR(opt) (sp->fts_options &= ~(opt))
63 #define ISSET(opt) (sp->fts_options & (opt))
64 #define SET(opt) (sp->fts_options |= (opt))
66 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) argument
74 FTS *sp; in __fts_open() local
81 if ((sp = calloc(1, sizeof(FTS))) == NULL) in __fts_open()
83 sp->fts_compar = compar; in __fts_open()
84 sp->fts_options = options; in __fts_open()
94 if (fts_palloc(sp, MAX(fts_maxarglen(argv), PATH_MAX))) in __fts_open()
98 if ((parent = fts_alloc(sp, "", 0)) == NULL) in __fts_open()
[all …]
/bionic/libc/tzcode/
Dlocaltime.c264 update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp) in update_tzname_etc() argument
266 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind]; in update_tzname_etc()
280 register struct state * const sp = lclptr; in settzname() local
291 if (sp == NULL) { in settzname()
298 for (i = 0; i < sp->typecnt; ++i) { in settzname()
299 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname()
300 update_tzname_etc(sp, ttisp); in settzname()
302 for (i = 0; i < sp->timecnt; ++i) { in settzname()
304 &sp->ttis[ in settzname()
305 sp->types[i]]; in settzname()
[all …]
/bionic/libc/arch-mips/bionic/
Dsyscall.S44 lw $a3, 16($sp)
45 lw $t0, 20($sp)
46 lw $t1, 24($sp)
47 subu $sp, STACKSIZE
48 sw $t0, 16($sp)
49 sw $t1, 20($sp)
51 addu $sp, STACKSIZE
/bionic/libc/arch-mips64/bionic/
Dsyscall.S39 PTR_SUBU $sp, FRAMESZ # allocate stack frame
47 REG_L $a3, FRAMESZ+4*REGSZ($sp)
48 REG_L $t0, FRAMESZ+5*REGSZ($sp)
49 REG_L $t1, FRAMESZ+6*REGSZ($sp)
50 REG_S $t0, 4*REGSZ($sp)
51 REG_S $t1, 5*REGSZ($sp)
61 PTR_ADDU $sp, FRAMESZ
66 PTR_ADDU $sp, FRAMESZ
/bionic/linker/arch/arm64/
Dtlsdesc_resolver.S43 stp x19, x20, [sp, #-32]!
47 stp x21, x22, [sp, #16]
68 ldp x21, x22, [sp, #16]
72 ldp x19, x20, [sp], #32
80 ldp x21, x22, [sp, #16]
83 ldp x19, x20, [sp], #32
91 str x, [sp, #((slot) * 8)]; \
95 stp x, y, [sp, #((slot) * 8)]; \
100 stp x, y, [sp, #((slot) * 8)]; \
105 ldr x, [sp, #((slot) * 8)]; \
[all …]
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dmbstowcs.c39 const char *sp; in mbstowcs() local
42 sp = s; in mbstowcs()
43 return (mbsrtowcs(pwcs, &sp, n, &mbs)); in mbstowcs()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtof.c36 strtof(s, sp) CONST char *s; char **sp; in strtof() argument
38 strtof(CONST char *s, char **sp)
52 k = strtodg(s, sp, fpi, &exp, bits);
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c363 const char *sp; /* start of string matched by it */ in dissect() local
381 sp = start; in dissect()
403 sp++; in dissect()
412 sp++; in dissect()
423 rest = slow(m, sp, stp, ss, es); in dissect()
431 assert(stp >= sp); /* it did work */ in dissect()
436 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect()
442 dissect(m, sp, rest, ssub, esub); in dissect()
445 assert(sp == rest); in dissect()
446 sp = rest; in dissect()
[all …]
/bionic/libc/arch-arm/bionic/
Dsetjmp.S123 stmfd sp!, {r0, lr}
132 ldmfd sp, {r0}
136 stmfd sp!, {r2}
147 sub sp, #4
157 add sp, #4
161 ldmfd sp!, {r2}
163 ldmfd sp!, {r0, lr}
174 str sp, [r1, #(9 * 4)]
198 stmfd sp!, {r0, r1, lr}
227 ldmfd sp!, {r0, r1, lr}
[all …]
/bionic/libc/arch-arm/syscalls/
D__preadv64.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
D__mmap2.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
D__ppoll.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dmount.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dsplice.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Drecvmmsg.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
D__waitid.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dlsetxattr.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dgetsockopt.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dlinkat.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
D__sync_file_range2.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dsendto.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dsetsockopt.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dfallocate64.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
D__llseek.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}
Dpwrite64.S6 mov ip, sp
7 stmfd sp!, {r4, r5, r6, r7}
16 ldmfd sp!, {r4, r5, r6, r7}

1234