HomeSort by: relevance | last modified time | path
    Searched defs:str_state (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/libipsec/
pfkey_dump.c 146 static const char *str_state[] = { variable
414 GETMSGSTR(str_state, m_sa->sadb_sa_state);
  /src/external/gpl3/binutils/dist/gprofng/src/
collctrl.cc 2907 char *str_state = strchr (str_signal, (int) '\n'); local
2908 if (str_state != NULL)
2910 *str_state = 0;
2911 str_state++;
2915 if (str_state != NULL)
2916 state = atoi (str_state);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collctrl.cc 2907 char *str_state = strchr (str_signal, (int) '\n'); local
2908 if (str_state != NULL)
2910 *str_state = 0;
2911 str_state++;
2915 if (str_state != NULL)
2916 state = atoi (str_state);
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 3585 const char *str_state; local
3589 str_state = wpa_supplicant_state_txt(wpa_s->wpa_state);
3593 state_ls = tmp = os_strdup(str_state);

Completed in 38 milliseconds