OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_nonspace
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/gps/msm8084/utils/
loc_misc_utils.cpp
81
char *first_nonspace = NULL, *
last_nonspace
= NULL;
local
102
//
last_nonspace
will not be updated in the case where
105
last_nonspace
= write_ptr;
111
if (
last_nonspace
) { *
last_nonspace
= '\0'; }
/hardware/qcom/gps/msm8909/utils/
loc_misc_utils.cpp
81
char *first_nonspace = NULL, *
last_nonspace
= NULL;
local
102
//
last_nonspace
will not be updated in the case where
105
last_nonspace
= write_ptr;
111
if (
last_nonspace
) { *
last_nonspace
= '\0'; }
/hardware/qcom/gps/msm8994/utils/
loc_misc_utils.cpp
81
char *first_nonspace = NULL, *
last_nonspace
= NULL;
local
102
//
last_nonspace
will not be updated in the case where
105
last_nonspace
= write_ptr;
111
if (
last_nonspace
) { *
last_nonspace
= '\0'; }
/hardware/qcom/gps/msm8996/utils/
loc_misc_utils.cpp
81
char *first_nonspace = NULL, *
last_nonspace
= NULL;
local
102
//
last_nonspace
will not be updated in the case where
105
last_nonspace
= write_ptr;
111
if (
last_nonspace
) { *
last_nonspace
= '\0'; }
/hardware/qcom/gps/utils/
loc_misc_utils.cpp
81
char *first_nonspace = NULL, *
last_nonspace
= NULL;
local
102
//
last_nonspace
will not be updated in the case where
105
last_nonspace
= write_ptr;
111
if (
last_nonspace
) { *
last_nonspace
= '\0'; }
/hardware/qcom/gps/msm8960/utils/
loc_cfg.cpp
83
char *first_nonspace = NULL, *
last_nonspace
= NULL;
local
99
last_nonspace
= write_ptr;
106
if (
last_nonspace
) { *
last_nonspace
= '\0'; }
Completed in 2721 milliseconds