OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adb_strtok_r
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
sysdeps.h
258
extern char*
adb_strtok_r
(char *str, const char *delim, char **saveptr);
512
static __inline__ char*
adb_strtok_r
(char *str, const char *delim, char **saveptr)
function
sysdeps_win32.c
2175
adb_strtok_r
(char *s, const char *delim, char **last)
function
[
all
...]
Completed in 73 milliseconds