Searched refs:charp (Results 1 - 13 of 13) sorted by relevance
| /third_party/curl/lib/ |
| H A D | setopt.h | 27 CURLcode Curl_setstropt(char **charp, const char *s);
|
| H A D | setopt.c | 60 CURLcode Curl_setstropt(char **charp, const char *s) in Curl_setstropt() argument 62 /* Release the previous storage at `charp' and replace by a dynamic storage in Curl_setstropt() 65 Curl_safefree(*charp); in Curl_setstropt() 71 *charp = strdup(s); in Curl_setstropt() 72 if(!*charp) in Curl_setstropt()
|
| /third_party/rust/crates/nix/test/test_kmod/hello_mod/ |
| H A D | hello.c | 12 module_param(who, charp, 0000);
|
| /device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
| H A D | composite.h | 540 module_param_named(iSerialNumber, coverwrite.serial_number, charp, S_IRUGO); \
543 module_param_named(iManufacturer, coverwrite.manufacturer, charp, S_IRUGO); \
546 module_param_named(iProduct, coverwrite.product, charp, S_IRUGO); \
|
| /device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
| H A D | composite.h | 560 module_param_named(iSerialNumber, coverwrite.serial_number, charp, \ 564 module_param_named(iManufacturer, coverwrite.manufacturer, charp, \ 568 module_param_named(iProduct, coverwrite.product, charp, S_IRUGO); \
|
| /third_party/ltp/testcases/kdump/lib/lkdtm/ |
| H A D | lkdtm.c | 127 module_param(cpoint_name, charp, 0644); 129 module_param(cpoint_type, charp, 0644);
|
| /third_party/ltp/testcases/kernel/firmware/fw_load_kernel/ |
| H A D | ltp_fw_load.c | 43 module_param(fw_name, charp, 0444);
|
| /third_party/curl/tests/libtest/ |
| H A D | mk-lib1521.pl | 165 char *charp; 320 print "$c &charp);\n$check";
|
| /third_party/python/Python/ |
| H A D | ast_unparse.c | 31 append_charp(_PyUnicodeWriter *writer, const char *charp) in append_charp() argument 33 return _PyUnicodeWriter_WriteASCIIString(writer, charp, -1); in append_charp()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/ |
| H A D | hifb_init.c | 38 module_param_array(apsz_layer_mmz_names, charp, HI_NULL, S_IRUGO);
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 73 module_param_named(config, nouveau_config, charp, 0400); 77 module_param_named(debug, nouveau_debug, charp, 0400);
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_model_dummy.c | 223 module_param(no_mali_gpu, charp, 0000);
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_linux.c | 674 module_param(logstrs_path, charp, S_IRUGO); 675 module_param(st_str_file_path, charp, S_IRUGO); 676 module_param(map_file_path, charp, S_IRUGO); 677 module_param(rom_st_str_file_path, charp, S_IRUGO); 678 module_param(rom_map_file_path, charp, S_IRUGO);
|
Completed in 42 milliseconds