HomeSort by relevance Sort by last modified time
    Searched refs:estr (Results 1 - 3 of 3) 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/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...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 3560 int8 *estr = (event_type <= sizeof(wl_dbg_estr)\/WL_DBG_ESTR_MAX-1) ? local
    [all...]

Completed in 1603 milliseconds