| /base/startup/init/services/init/ |
| H A D | init_common_cmds.c | 102 const struct CmdArgs *GetCmdArg(const char *cmdContent, const char *delim, int argsCount)
in GetCmdArg() argument
|
| /foundation/communication/wifi/wifi/utils/src/ |
| H A D | wifi_common_util.cpp | 78 static std::string DataAnonymize(const std::string str, const char delim, in DataAnonymize() argument 254 std::vector<std::string> StrSplit(const std::string& str, const std::string& delim) { in StrSplit() argument
|
| /third_party/elfutils/src/ |
| H A D | elfclassify.c | 841 char delim; in process_stdin() local
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | util.c | 538 const char *delim = "|;"; in extract_command() local
|
| /third_party/alsa-utils/topology/nhlt/intel/ssp/ |
| H A D | ssp-process.c | 890 char delim[] = ","; in ssp_set_params() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ustring.cpp | 578 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) u_strtok_r() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ustring.cpp | 578 u_strtok_r(char16_t *src, const char16_t *delim, char16_t **saveState) u_strtok_r() argument
|
| /third_party/libfuse/example/ |
| H A D | passthrough_hp.cc | 1187 static std::string string_join(const std::vector<std::string>& elems, char delim) in string_join() argument 1193 out << delim; in string_join() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | tokenize.c | 154 static const char *show_char(const char *s, size_t len, char prefix, char delim) in show_char() argument 168 static const char *quote_char(const char *s, size_t len, char prefix, char delim) in quote_char() argument 593 char delim = type < TOKEN_STRING ? '\'' : '"'; in eat_string() local 601 "missing terminating %c character", delim); eat_string() local [all...] |
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| H A D | xmlwf.c | 1167 const XML_Char *delim = T("/"); in tmain() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ustring.cpp | 578 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) u_strtok_r() argument
|
| /third_party/selinux/checkpolicy/ |
| H A D | module_compiler.c | 220 char *bounds_id, *delim; in role_implicit_bounds() local 465 char *bounds_id, *delim; in user_implicit_bounds() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | common.c | 1024 const char * cstr_token(const char *str, const char *delim, const char **last) in cstr_token() argument 1058 char * str_token(char *str, const char *delim, char **context) in str_token() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | common.c | 1089 const char * cstr_token(const char *str, const char *delim, const char **last) in cstr_token() argument 1123 char * str_token(char *str, const char *delim, char **context) in str_token() argument
|
| /third_party/vulkan-loader/loader/ |
| H A D | vk_loader_platform.h | 415 static inline void *thread_safe_strtok(char *str, const char *delim, char **saveptr) { return strtok_r(str, delim, saveptr); } in thread_safe_strtok() argument
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | js_initialize.cpp | 1291 void JsInitialize::StringSplit(const std::string &str, const char delim, std::vector<std::string> &elems)
in StringSplit() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 1546 static int drm_mode_parse_cmdline_int(const char *delim, unsigned int *int_ret) in drm_mode_parse_cmdline_int() argument 1571 static int drm_mode_parse_panel_orientation(const char *delim, struct drm_cmdline_mode *mode) in drm_mode_parse_panel_orientation() argument 1604 const char *delim, *option, *sep; drm_mode_parse_cmdline_options() local [all...] |
| /foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
| H A D | exif_info.cpp | 1989 static std::string JoinStr(std::vector<std::string> &in, const std::string &delim) in JoinStr() argument
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | wcharndk.cpp | 1056 wchar_t delim[] = L",";
in Wcstok() local 1063 wchar_t delim[] = L"/";
in Wcstok() local
|
| H A D | wcharndk1.cpp | 812 wchar_t delim[] = L",.";
in Wcstok_One() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1623 static int get_key(const char **ropts, const char *delim, char **rkey) in get_key() argument
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding.cc | 1205 char delim = (!(size_ & 1) || container_ == Container::ARRAY) ? ',' : ':'; in StartElementTmpl() local
|
| /third_party/nghttp2/src/ |
| H A D | util.cc | 918 std::vector<StringRef> split_str(const StringRef &s, char delim) { in split_str() argument 940 std::vector<StringRef> split_str(const StringRef &s, char delim, size_t n) { in split_str() argument 976 std::vector<std::string> parse_config_str_list(const StringRef &s, char delim) { in parse_config_str_list() argument
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | localtime.c | 671 getqzname(register const char *strp, const int delim) in getqzname() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | intltest.cpp | 496 static const char delim = '/'; variable
|