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

  /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 51 if ((x = stridx(toybuf, buf[i])) != -1) {
inotifyd.c 60 i = stridx(masklist, *masks);;
makedevs.c 75 i = stridx("pcbdf", type);
  /external/toybox/toys/lsb/
mknod.c 44 type = stridx("pcub", *toys.optargs[1]);
seq.c 39 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 233 if (-1 == (type = stridx("acduox"USE_TOYBOX_FLOAT("f"), *(s++)))) break;
242 if (-1 == (size = stridx("FDL", *s))) size = sizeof(double);
248 if (-1 == (size = stridx("CSIL", *s))) size = 4;
270 else if (0>(TT.address_idx = stridx("ndox", *TT.address_base)))
paste.c 41 if (-1 == (i = stridx("nt\\0", *p)))
sed.c 448 x = stridx("\\\a\b\f\r\t\v", line[i]);
613 j = stridx(from, line[i]);
895 if (0 <= (l = stridx("igp", *line))) corwin->sflags |= 1<<l;
    [all...]
find.c 351 S_IFREG, S_IFSOCK}, i = stridx("bcdlpfs", *ss[1]);
ps.c 816 else if (-1==(k = stridx((char []){PS_NI, PS_SCH, PS_ELAPSED, PS__CPU,
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive64.c 148 int stridx)
151 unsigned int stringsize = stridx;
archive.c 2276 int stridx = 0; local
    [all...]
libbfd-in.h 196 int stridx);
200 int stridx);
libbfd.h 201 int stridx);
205 int stridx);
    [all...]
coff-rs6000.c     [all...]
ecoff.c     [all...]
som.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 323 int stridx(char *haystack, char needle) function
389 int idx = stridx(from, c);
717 if (-1 != (new = stridx("ny", tolower(buf)))) def = new;
1025 while (0 <= stridx("0'#-+ ", *s)) s++;
lib.h 180 int stridx(char *haystack, char needle);
xwrap.c 693 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 836 milliseconds