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

  /external/honggfuzz/libhfuzz/
instrument.c 46 const char* llstr = getenv(_HF_LOG_LEVEL_ENV); local
47 if (llstr) {
48 ll = atoi(llstr);
  /external/honggfuzz/
subproc.c 272 char llstr[32]; local
273 snprintf(llstr, sizeof(llstr), "%d", logGetLevel());
274 setenv(_HF_LOG_LEVEL_ENV, llstr, 1);
  /external/toybox/scripts/
mkflags.c 223 char *llstr = bit>31 ? "LL" : "", *s = (char []){0, 0, 0, 0}; local
239 s, enabled ? "1" : "FORCED_FLAG", llstr, bit++);

Completed in 161 milliseconds