OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_sep
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c
985
char *
next_sep
;
local
1000
next_sep
= os_strchr(obj_path_only + dev_path_prefix_len, '/');
1001
if (
next_sep
!= NULL) {
1003
next_sep
, p2p_persistent_group ?
1007
next_sep
, WPAS_DBUS_NEW_BSSIDS_PART "/");
1030
*
next_sep
= '\0';
dbus_old.c
39
char *
next_sep
;
local
54
next_sep
= strchr(obj_path_only + dev_path_prefix_len, '/');
55
if (
next_sep
!= NULL) {
56
const char *net_part = strstr(
next_sep
,
58
const char *bssid_part = strstr(
next_sep
,
79
*
next_sep
= '\0';
Completed in 68 milliseconds