/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-loader.c | 245 char *sep, *line; in parse_prog_config_kvpair() local 255 while ((sep = strchr(line, ';'))) { in parse_prog_config_kvpair() 258 *sep = '\0'; in parse_prog_config_kvpair() 272 line = sep + 1; in parse_prog_config_kvpair()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.c | 735 char sep; in cifs_get_root() local 747 sep = CIFS_DIR_SEP(cifs_sb); in cifs_get_root() 762 while (*s == sep) in cifs_get_root() 768 while (*s && *s != sep) in cifs_get_root()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_modes.c | 1599 const char *delim, *option, *sep; in drm_mode_parse_cmdline_options() local 1665 sep = strchr(delim, ','); in drm_mode_parse_cmdline_options() 1666 option = sep + 1; in drm_mode_parse_cmdline_options() 1667 } while (sep); in drm_mode_parse_cmdline_options()
|
/third_party/curl/lib/ |
H A D | telnet.c | 823 char *sep = strchr(option, '='); in check_telnet_options() local 824 if(sep) { in check_telnet_options() 825 olen = sep - option; in check_telnet_options() 826 arg = ++sep; in check_telnet_options()
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 598 std::string::size_type sep = navigator_path.find("/"); in AddSourceFile() local 599 if (sep == std::string::npos) { in AddSourceFile() 618 std::string_view component(navigator_path.data(), sep); in AddSourceFile() 637 return group->AddSourceFile(navigator_path.substr(sep + 1), source_path); in AddSourceFile()
|
/third_party/mbedtls/library/ |
H A D | x509.c | 1708 ret = mbedtls_snprintf(p, n, "%s" i, sep); \ 1710 sep = ", "; \ 1726 const char *sep = ""; in mbedtls_x509_info_cert_type() local 1756 const char *sep = ""; in mbedtls_x509_info_key_usage() local
|
/third_party/python/Lib/ |
H A D | ssl.py | 302 dn_leftmost, sep, dn_remainder = dn.partition('.') 310 if not sep: 322 hostname_leftmost, sep, hostname_remainder = hostname.partition('.') 323 if not hostname_leftmost or not sep:
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 46 assert all(len(sep) == 1 for sep in path_separators) 464 base, sep, rest = tail.rpartition('.') 468 almost_filename = ''.join([(base if base else rest), sep, tag])
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smackfs.c | 771 char sep = '/'; in cipso_seq_show() local 789 seq_printf(s, "%c%d", sep, i); in cipso_seq_show() 790 sep = ','; in cipso_seq_show() 978 char sep = '/'; in cipso2_seq_show() local 985 seq_printf(s, "%c%d", sep, i); in cipso2_seq_show() 986 sep = ','; in cipso2_seq_show()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | nettest.c | 766 char *str, *dev, *sep; in convert_addr() local 809 sep = strchr(str, '/'); in convert_addr() 810 if (sep) { in convert_addr() 811 *sep = '\0'; in convert_addr() 812 sep++; in convert_addr() 813 if (str_to_uint(sep, 1, pfx_len_max, in convert_addr()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smackfs.c | 772 char sep = '/'; in cipso_seq_show() local 790 seq_printf(s, "%c%d", sep, i); in cipso_seq_show() 791 sep = ','; in cipso_seq_show() 990 char sep = '/'; in cipso2_seq_show() local 997 seq_printf(s, "%c%d", sep, i); in cipso2_seq_show() 998 sep = ','; in cipso2_seq_show()
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 797 char *sep = strchr(arg, ','); in cmdline_oscore() local 799 if (sep) in cmdline_oscore() 800 *sep = '\000'; in cmdline_oscore() 803 if (sep) { in cmdline_oscore() 804 sep++; in cmdline_oscore() 805 oscore_seq_save_file = sep; in cmdline_oscore()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 845 storage, sep, text = text.strip().partition(' ') 846 if not sep: 958 storage, sep, text = text.strip().partition(' ') 959 if not sep: 970 inline, sep, text = text.partition('|') 971 if not sep:
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3873 sep = "" 3879 text += sep + ToCSValue(val) 3880 sep = "," 3888 text += pad + sep + val 3890 sep = " " 3893 sep = "" 3900 sep = "" 3902 text += sep + ToCSValue(str(i.data())) 3903 sep = "," 3910 text += pad + sep [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3874 sep = "" 3880 text += sep + ToCSValue(val) 3881 sep = "," 3889 text += pad + sep + val 3891 sep = " " 3894 sep = "" 3901 sep = "" 3903 text += sep + ToCSValue(str(i.data())) 3904 sep = "," 3911 text += pad + sep [all...] |
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 1457 * sign HH sep MM [sep SS [. UUUUUU]] 1462 format_utcoffset(char *buf, size_t buflen, const char *sep, in format_utcoffset() argument 1497 hours, sep, minutes, sep, seconds, microseconds); in format_utcoffset() 1502 sep, minutes, sep, seconds); in format_utcoffset() 1505 PyOS_snprintf(buf, buflen, "%c%02d%s%02d", sign, hours, sep, minutes); in format_utcoffset() 2638 const char *sep = ""; in delta_repr() local 2645 sep in delta_repr() 5748 int sep = 'T'; datetime_isoformat() local [all...] |
/foundation/multimodalinput/input/libudev/src/ |
H A D | udev_device.cpp | 51 bool ChopTail(std::string_view &str, char sep) in ChopTail() argument 53 auto pos = str.rfind(sep); in ChopTail()
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | policy.c | 846 * @sep: the separator character to use 852 void fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep, in fscrypt_show_test_dummy_encryption() argument 865 seq_printf(seq, "%ctest_dummy_encryption=v%d", sep, vers); in fscrypt_show_test_dummy_encryption()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_context.c | 198 * @sep: callback for separating next option 207 char *(*sep)(char **)) in vfs_parse_monolithic_sep() 219 while ((key = sep(&options)) != NULL) { in vfs_parse_monolithic_sep()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscrypt.h | 305 void fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep, 526 char sep, in fscrypt_show_test_dummy_encryption() 525 fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep, struct super_block *sb) fscrypt_show_test_dummy_encryption() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | InternalLocaleBuilder.java | 543 private int checkVariants(String variants, String sep) { in checkVariants() argument 544 StringTokenIterator itr = new StringTokenIterator(variants, sep); in checkVariants()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | InternalLocaleBuilder.java | 547 private int checkVariants(String variants, String sep) { in checkVariants() argument 548 StringTokenIterator itr = new StringTokenIterator(variants, sep); in checkVariants()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 829 int sep = s.ReverseFind_PathSepar();
in main() local 830 s.DeleteFrom(sep + 1);
in main()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crypto.h | 129 const char sep); 132 const char *str, const char sep);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 129 const char sep); 132 const char *str, const char sep);
|