Home
last modified time | relevance | path

Searched defs:delim (Results 51 - 75 of 101) sorted by relevance

12345

/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
/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...]
/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
/third_party/mksh/
H A Dfuncs.c1614 char delim = '\n'; in c_read() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c669 getqzname(register const char *strp, const int delim) in getqzname() argument
/third_party/toybox/lib/
H A Dlib.c1374 void do_lines(int fd, char delim, void (*call)(char **pline, long len)) in do_lines() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc212 void SplitStringUsing(StringPiece full, const char *delim, in SplitStringUsing() argument
179 SplitStringToIteratorUsing(StringPiece full, const char *delim, ITR &result) SplitStringToIteratorUsing() argument
230 SplitStringToIteratorAllowEmpty(StringPiece full, const char *delim, int pieces, ITR &result) SplitStringToIteratorAllowEmpty() argument
249 SplitStringAllowEmpty(StringPiece full, const char *delim, std::vector<string> *result) SplitStringAllowEmpty() argument
262 JoinStringsIterator(const ITERATOR& start, const ITERATOR& end, const char* delim, string* result) JoinStringsIterator() argument
289 JoinStrings(const std::vector<string>& components, const char* delim, string * result) JoinStrings() argument
[all...]
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c291 EXPORT(char *)my_strtok(char *token, const char *delim) in my_strtok() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c1608 char *delim; in parse_anqp_elem() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c2946 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) in wpa_write_ciphers() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c1678 char *delim; in parse_anqp_elem() local

Completed in 64 milliseconds

12345