/bionic/libc/bionic/ |
D | fts.c | 58 #define CLR(opt) (sp->fts_options &= ~(opt)) 59 #define ISSET(opt) (sp->fts_options & (opt)) 60 #define SET(opt) (sp->fts_options |= (opt)) 62 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) argument 73 FTS *sp; in fts_open() local 86 if ((sp = calloc(1, sizeof(FTS))) == NULL) in fts_open() 88 sp->fts_compar = compar; in fts_open() 89 sp->fts_options = options; in fts_open() 99 if (fts_palloc(sp, MAX(fts_maxarglen(argv), MAXPATHLEN))) in fts_open() 103 if ((parent = fts_alloc(sp, "", 0)) == NULL) in fts_open() [all …]
|
/bionic/libc/tzcode/ |
D | localtime.c | 210 static void gmtload P((struct state * sp)); 236 const struct state * sp, struct tm * tmp)); 241 static int tzload P((const char * name, struct state * sp, 243 static int tzparse P((const char * name, struct state * sp, 319 register struct state * const sp = lclptr; in settzname() local 332 if (sp == NULL) { in settzname() 337 for (i = 0; i < sp->typecnt; ++i) { in settzname() 338 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() 341 &sp->chars[ttisp->tt_abbrind]; in settzname() 356 for (i = 0; i < sp->timecnt; ++i) { in settzname() [all …]
|
/bionic/libc/arch-arm/bionic/ |
D | syscall.S | 42 mov ip, sp 43 stmfd sp!, {r4, r5, r6, r7} 50 ldmfd sp!, {r4, r5, r6, r7} 62 stmfd sp!, {r4, r5, lr} 63 ldr r4, [sp, #12] 64 ldr r5, [sp, #16] 66 ldmfd sp!, {r4, r5, lr}
|
D | setjmp.S | 53 stmfd sp!, {r0, r14} 59 ldmfd sp!, {r0, r14} 97 stmfd sp!, {r0, r1, r14} 98 sub sp, sp, #4 /* align the stack */ 103 add sp, sp, #4 /* unalign the stack */ 104 ldmfd sp!, {r0, r1, r14} 120 teq sp, #0
|
D | atomics_arm.S | 161 ldmia sp!, {r4, lr} 196 stmdb sp!, {r4, r7} 200 ldmia sp!, {r4, r7} 206 stmdb sp!, {r4, r7} 213 ldmia sp!, {r4, r7} 220 stmdb sp!, {r4, r7} 225 ldmia sp!, {r4, r7}
|
/bionic/libc/arch-arm/syscalls/ |
D | prctl.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | sendto.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | recvfrom.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | __sys_clone.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | mount.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | select.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | __pread64.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | __pwrite64.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | fchownat.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | setsockopt.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | __llseek.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | futex.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | __waitid.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | __mmap2.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | getsockopt.S | 11 mov ip, sp 13 stmfd sp!, {r4, r5, r6, r7} 17 ldmfd sp!, {r4, r5, r6, r7}
|
D | recvmsg.S | 12 stmfd sp!, {r4, r7} 15 ldmfd sp!, {r4, r7}
|
D | chroot.S | 12 stmfd sp!, {r4, r7} 15 ldmfd sp!, {r4, r7}
|
D | fchdir.S | 12 stmfd sp!, {r4, r7} 15 ldmfd sp!, {r4, r7}
|
/bionic/libc/regex/ |
D | engine.c | 296 char *sp; /* start of string matched by it */ in dissect() local 308 sp = start; in dissect() 330 sp++; in dissect() 339 sp++; in dissect() 350 rest = slow(m, sp, stp, ss, es); in dissect() 358 assert(stp >= sp); /* it did work */ in dissect() 363 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect() 364 dp = dissect(m, sp, rest, ssub, esub); in dissect() 367 assert(sp == rest); in dissect() 368 sp = rest; in dissect() [all …]
|
/bionic/libc/netbsd/net/ |
D | getservent_r.c | 82 getservent_r(struct servent *sp, struct servent_data *sd) in getservent_r() argument 99 sp->s_name = p = sd->line; in getservent_r() 110 sp->s_port = htons((u_short)atoi(p)); in getservent_r() 111 sp->s_proto = cp; in getservent_r() 122 q = sp->s_aliases = sd->aliases; in getservent_r() 141 sp->s_aliases = sd->aliases = q; in getservent_r() 149 return sp; in getservent_r()
|