HomeSort by relevance Sort by last modified time
    Searched refs:stridx (Results 1 - 25 of 26) sorted by null

1 2

  /external/toybox/toys/other/
reboot.c 32 idx = stridx("hp", *toys.which->name)+1;
truncate.c 58 if (-1 != (TT.type = stridx("+-<>/%", *TT.s))) TT.s++;
base64.c 64 if ((x = stridx(toybuf, buf[i])) != -1) {
inotifyd.c 60 i = stridx(masklist, *masks);;
makedevs.c 75 i = stridx("pcbdf", type);
  /external/toybox/toys/android/
log.c 37 i = stridx("defisvw", tolower(*TT.pri));
  /external/toybox/toys/lsb/
mknod.c 44 type = stridx("pcub", *toys.optargs[1]);
seq.c 41 if (-1 == stridx("aAeEfFgG", *s) || (s = next_printf(s, 0))) {
  /external/elfutils/tests/
elfstrtab.c 35 static size_t stridx = 0; variable
109 size_t lastidx = stridx;
125 stridx += size;
126 printf ("add_string: '%s', stridx: %zd, lastidx: %zd\n",
127 str, stridx, lastidx);
135 stridx = 0;
315 // Reset stridx to end of section.
317 stridx = shdr->sh_size;
  /external/toybox/toys/posix/
od.c 234 if (-1 == (type = stridx("acduox"USE_TOYBOX_FLOAT("f"), *(s++)))) break;
243 if (-1 == (size = stridx("FDL", *s))) size = sizeof(double);
249 if (-1 == (size = stridx("CSIL", *s))) size = 4;
273 else if (0>(TT.address_idx = stridx("ndox", *TT.address_base)))
find.c 349 S_IFREG, S_IFSOCK}, i = stridx("bcdlpfs", *ss[1]);
361 new->st.st_mtime}[stridx("acm", *s)];
364 if (len && -1!=(uu = stridx("dhms",tolower(copy[len-1])))) {
sed.c 424 x = stridx("\\\a\b\f\r\t\v", line[i]);
589 j = stridx(from, line[i]);
867 if (0 <= (l = stridx("igp", *line))) command->sflags |= 1<<l;
    [all...]
ps.c 824 while (-1!=(k = stridx(s, '/')) && k<i) {
    [all...]
ls.c 94 else if (-1 != (j = stridx("\\\a\b\033\f\n\r\t\v", from[i])))
  /toolchain/binutils/binutils-2.27/bfd/
archive64.c 154 int stridx)
157 unsigned int stringsize = stridx;
archive.c 2316 int stridx = 0; local
    [all...]
libbfd-in.h 223 int stridx);
227 int stridx);
libbfd.h 228 int stridx);
232 int stridx);
    [all...]
coff-rs6000.c     [all...]
ecoff.c     [all...]
  /external/toybox/lib/
args.c 299 } else if (-1 != (idx = stridx("|^ ;", *options))) new->flags |= 1<<idx;
301 else if (-1 != (idx = stridx("<>=", *options))) {
346 idx = stridx("-+!", *++options);
lib.c 328 int stridx(char *haystack, char needle) function
423 int idx = stridx(from, c);
797 if (-1 != (new = stridx("ny", tolower(buf)))) def = new;
1159 while (0 <= stridx("0'#-+ ", *s)) s++;
lib.h 207 int stridx(char *haystack, char needle);
xwrap.c 782 int ismhd[]={1,60,3600,86400}, i = stridx("smhd", *arg);
  /external/toybox/toys/pending/
test.c 57 id = stridx("bcdefghLpSsurwxznt", toys.optargs[0][1]);

Completed in 939 milliseconds

1 2