/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | gcc-common.h | 116 static inline tree build_const_char_string(int len, const char *str) in build_const_char_string() argument 120 cstr = build_string(len, str); in build_const_char_string()
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | sysfs.c | 76 static int sysfs_get_string(char *path, char *filename, char *str) in sysfs_get_string() argument 89 ret = fscanf(fd, "%256s", str); in sysfs_get_string()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | mls.c | 358 * the string `str'. This function will allocate temporary memory with the 361 int mls_from_string(struct policydb *p, char *str, struct context *context, in mls_from_string() argument 370 tmpstr = kstrdup(str, gfp_mask); in mls_from_string()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 326 #define ASSERT_HAS_SUBSTR(str, substr, name) ({ \ 328 const char *___str = str; \
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | toeplitz.c | 453 static void parse_toeplitz_key(const char *str, int slen, unsigned char *key) in parse_toeplitz_key() argument 462 ret = sscanf(str + off, "%hhx", &key[i]); in parse_toeplitz_key()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mac_scsi.c | 68 static int __init mac_scsi_setup(char *str) in mac_scsi_setup() argument 72 (void)get_options(str, ARRAY_SIZE(ints), ints); in mac_scsi_setup()
|
H A D | atari_scsi.c | 387 static int __init atari_scsi_setup(char *str) in atari_scsi_setup() argument 396 get_options(str, ARRAY_SIZE(ints), ints); in atari_scsi_setup()
|
H A D | iscsi_boot_sysfs.c | 40 char *str = buf; in iscsi_boot_show_attribute() local 46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute()
|
/kernel/linux/linux-6.6/lib/ |
H A D | fault-inject.c | 18 int setup_fault_attr(struct fault_attr *attr, char *str) in setup_fault_attr() argument 26 if (sscanf(str, "%lu,%lu,%d,%d", in setup_fault_attr()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_probe.h | 186 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ 190 .is_string = (bool)str, \
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | suspend.c | 187 static int __init mem_sleep_default_setup(char *str) in mem_sleep_default_setup() argument 193 !strcmp(str, mem_sleep_labels[state])) { in mem_sleep_default_setup()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | strset.c | 335 const char *str = info->strings[i]; in strset_set_size() local 339 ethnl_strz_size(str)); in strset_set_size()
|
/kernel/liteos_a/testsuites/unittest/process/plimits/ |
H A D | process_plimits_test.cpp | 655 istringstream str(buf); in GetProcessInfo() 657 while (str >> out) { in GetProcessInfo()
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 182 if str(level).lower() not in ["debug", "info"]: 183 LOG.info("Level str must be 'debug' or 'info'") 258 if isinstance(_content, str): 265 raise RuntimeError("Invalid str input! ['{}']".format(_content))
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib_lite.py | 359 "timeout {}s".format(com.port, convert_mac(command), str(timeout))) 361 if isinstance(command, str):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | cpp_parser.py | 60 line = str(line).strip().rstrip("\r") 333 line = str(line).replace("\r", "").replace("\n", "")
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | sbcdsp_armv6.S | 128 str r3, [sp, #-4]! @ save to stack 150 str r3, [sp, #-4]! @ save to stack
|
/third_party/elfio/c_wrapper/ |
H A D | elfio_c_wrapper.h | 250 Elf_Word elfio_string_add_string( pstring_t pstring, char* str ); 303 char* str,
|
/third_party/elfio/elfio/ |
H A D | elfio_relocation.hpp | 278 const char* str, in add_entry() 288 Elf_Word str_index = str_writer.add_string( str ); in add_entry() 277 add_entry( string_section_accessor str_writer, const char* str, symbol_section_accessor sym_writer, Elf64_Addr value, Elf_Word size, unsigned char sym_info, unsigned char other, Elf_Half shndx, Elf64_Addr offset, unsigned type ) add_entry() argument
|
/third_party/eudev/src/shared/ |
H A D | util.h | 187 int name##_to_string_alloc(type i, char **str) { \ 201 *str = s; \
|
/third_party/elfio/examples/c_wrapper/ |
H A D | elfio_c_wrapper.h | 248 Elf_Word elfio_string_add_string( pstring_t pstring, char* str ); 301 char* str,
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showspatial.c | 60 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "512x512"}, 0, 0, FLAGS }, 61 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "512x512"}, 0, 0, FLAGS },
|
H A D | f_select.c | 167 { "expr", "set an expression to use for selecting frames", OFFSET(expr_str), AV_OPT_TYPE_STRING, { .str = "1" }, .flags=FLAGS }, \ 168 { "e", "set an expression to use for selecting frames", OFFSET(expr_str), AV_OPT_TYPE_STRING, { .str = "1" }, .flags=FLAGS }, \
|
H A D | vf_chromakey.c | 350 { "color", "set the chromakey key color", OFFSET(chromakey_rgba), AV_OPT_TYPE_COLOR, { .str = "black" }, 0, 0, FLAGS }, 383 { "color", "set the chromahold key color", OFFSET(chromakey_rgba), AV_OPT_TYPE_COLOR, { .str = "black" }, 0, 0, FLAGS },
|
/third_party/ffmpeg/libavdevice/ |
H A D | vfwcap.c | 472 { "video_size", "A string describing frame size, such as 640x480 or hd720.", OFFSET(video_size), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, DEC }, 473 { "framerate", "", OFFSET(framerate), AV_OPT_TYPE_STRING, {.str = "ntsc"}, 0, 0, DEC },
|