| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | sysctl_net_decnet.c | 69 static void strip_it(char *str) in strip_it() 90 static int parse_addr(__le16 *addr, char *str) in parse_addr()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | mconsole_kern.c | 289 static int mem_config(char *str, char **error_out) in mem_config() 382 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() 393 static int mem_id(char **str, int *start_out, int *end_out) in mem_id() 818 static int mconsole_setup(char *str) in mconsole_setup()
|
| /OK3568_Linux_fs/kernel/drivers/pnp/ |
| H A D | resource.c | 705 static int __init pnp_setup_reserve_irq(char *str) in pnp_setup_reserve_irq() 718 static int __init pnp_setup_reserve_dma(char *str) in pnp_setup_reserve_dma() 731 static int __init pnp_setup_reserve_io(char *str) in pnp_setup_reserve_io() 744 static int __init pnp_setup_reserve_mem(char *str) in pnp_setup_reserve_mem()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | option.h | 13 strncasecmpz(const char *str, const char *cmp, size_t len) in strncasecmpz()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | mkcpustr.c | 24 const char *str; in main() local
|
| /OK3568_Linux_fs/kernel/arch/mips/generic/ |
| H A D | proc.c | 15 const char *str; in get_system_type() local
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | strndup.c | 40 strndup(const char *str, size_t n) in strndup()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | vdltodmx.c | 43 FILE *str; in main() local
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | srm_puts.c | 10 srm_puts(const char *str, long len) in srm_puts()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pm8001/ |
| H A D | pm8001_ctl.c | 377 char *str = buf; in pm8001_ctl_aap_log_show() local 409 char *str = buf; in pm8001_ctl_ib_queue_log_show() local 444 char *str = buf; in pm8001_ctl_ob_queue_log_show() local 476 char *str = buf; in pm8001_ctl_bios_version_show() local 534 char *str = buf; in pm8001_ctl_iop_log_show() local
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | linux_string.c | 20 char *skip_spaces(const char *str) in skip_spaces()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | spl_minimal.c | 88 void puts(const char *str) in puts()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 33 def int_parse(str): argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 33 def int_parse(str): argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s4b_utils.cpp | 192 int j2s_modify_struct(j2s_ctx *ctx, const char *str, const char *name, in j2s_modify_struct() 208 char *j2s_query_struct(j2s_ctx *ctx, const char *str, void *ptr) { in j2s_query_struct()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | strfilter.c | 219 const char *str) in strfilter_node__compare() 239 bool strfilter__compare(struct strfilter *filter, const char *str) in strfilter__compare()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | global_data.c | 43 char str[32]; in test_global_data_string() local 52 char str[32]; in test_global_data_string() member
|
| /OK3568_Linux_fs/u-boot/board/cavium/thunderx/ |
| H A D | atf.c | 140 ssize_t atf_env_string(size_t index, char *str) in atf_env_string() 235 char str[4 * sizeof(uint64_t)]; in do_atf() local
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 287 static int __init mds_cmdline(char *str) in mds_cmdline() 389 static int __init tsx_async_abort_parse_cmdline(char *str) in tsx_async_abort_parse_cmdline() 482 static int __init mmio_stale_data_parse_cmdline(char *str) in mmio_stale_data_parse_cmdline() 638 static int __init srbds_parse_cmdline(char *str) in srbds_parse_cmdline() 734 static int __init nospectre_v1_cmdline(char *str) in nospectre_v1_cmdline() 777 static int __init retbleed_parse_cmdline(char *str) in retbleed_parse_cmdline() 2094 static int __init l1tf_cmdline(char *str) in l1tf_cmdline()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | setup_nx.c | 20 static int __init noexec_setup(char *str) in noexec_setup()
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/include/linux/ |
| H A D | string.h | 8 static inline char *skip_spaces(const char *str) in skip_spaces()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | schema.h | 185 bool RawNumber(const Ch* str, SizeType len, bool) { in RawNumber() 190 bool String(const Ch* str, SizeType len, bool) { in String() 196 bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); } in Key() 744 bool String(Context& context, const Ch* str, SizeType length, bool) const { in String() 783 bool Key(Context& context, const Ch* str, SizeType len, bool) const { in Key() 1013 static bool IsPatternMatch(const RegexType* pattern, const Ch *str, SizeType) { in IsPatternMatch() 1028 static bool IsPatternMatch(const RegexType* pattern, const Ch *str, SizeType length) { in IsPatternMatch() 1088 const Ch* str = name.GetString(); in FindPropertyIndex() local
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-record.c | 81 const char *str; member 404 const char *str, in record__aio_parse() 450 const char *str, in record__mmap_flush_parse() 486 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() 2075 static const char *str[CALLCHAIN_MAX] = { "NONE", "FP", "DWARF", "LBR" }; in callchain_debug() local 2162 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity() 2178 const char *str, int unset) in parse_output_max_size() 2205 const char *str, in record__parse_mmap_pages() 2248 const char *str, in parse_control_option()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/platforms/xtfpga/include/platform/ |
| H A D | lcd.h | 22 static inline void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos()
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/pci/ |
| H A D | fixups-sdk7786.c | 25 char *__init pcibios_setup(char *str) in pcibios_setup()
|