Home
last modified time | relevance | path

Searched defs:delim (Results 76 - 100 of 134) sorted by relevance

123456

/base/startup/init/services/init/
H A Dinit_common_cmds.c102 const struct CmdArgs *GetCmdArg(const char *cmdContent, const char *delim, int argsCount) in GetCmdArg() argument
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp78 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 Delfclassify.c841 char delim; in process_stdin() local
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c538 const char *delim = "|;"; in extract_command() local
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c890 char delim[] = ","; in ssp_set_params() local
/third_party/icu/icu4c/source/common/
H A Dustring.cpp578 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) u_strtok_r() argument
/third_party/node/deps/icu-small/source/common/
H A Dustring.cpp578 u_strtok_r(char16_t *src, const char16_t *delim, char16_t **saveState) u_strtok_r() argument
/third_party/libfuse/example/
H A Dpassthrough_hp.cc1187 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 Dtokenize.c154 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 Dxmlwf.c1167 const XML_Char *delim = T("/"); in tmain() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dustring.cpp578 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) u_strtok_r() argument
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c220 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 Dcommon.c1024 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 Dcommon.c1089 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 Dvk_loader_platform.h415 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 Djs_initialize.cpp1291 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 Ddrm_modes.c1546 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 Dexif_info.cpp1989 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 Dwcharndk.cpp1056 wchar_t delim[] = L","; in Wcstok() local
1063 wchar_t delim[] = L"/"; in Wcstok() local
H A Dwcharndk1.cpp812 wchar_t delim[] = L",."; in Wcstok_One() local
/third_party/ffmpeg/libavutil/
H A Dopt.c1623 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 Dencoding.cc1205 char delim = (!(size_ & 1) || container_ == Container::ARRAY) ? ',' : ':'; in StartElementTmpl() local
/third_party/nghttp2/src/
H A Dutil.cc918 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 Dlocaltime.c671 getqzname(register const char *strp, const int delim) in getqzname() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp496 static const char delim = '/'; variable

Completed in 64 milliseconds

123456