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

  /external/embunit/src/
stdImpl.c 92 const char *estr = str; local
95 c = *estr;
96 estr++;
98 return ((int)(estr - str - 1));
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 316 /*@only@*/ /*@null@*/ char *estr, *xrefstr; local
318 yasm_error_fetch(&eclass, &estr, &xrefline, &xrefstr);
319 print_error("%s: %s", _("FATAL"), estr);
320 yasm_xfree(estr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 422 /*@only@*/ /*@null@*/ char *estr, *xrefstr; local
424 yasm_error_fetch(&eclass, &estr, &xrefline, &xrefstr);
425 print_error("%s: %s", _("FATAL"), estr);
426 yasm_xfree(estr);
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 1127 static char *estr[] = { "", "B", "M", "U", "A", "I", }; local
1188 if (ARRAYLEN(estr) > pd->etype)
1189 printf("%s ", estr[pd->etype]);
    [all...]

Completed in 189 milliseconds