Home
last modified time | relevance | path

Searched refs:charp (Results 1 - 13 of 13) sorted by relevance

/third_party/curl/lib/
H A Dsetopt.h27 CURLcode Curl_setstropt(char **charp, const char *s);
H A Dsetopt.c60 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 Dhello.c12 module_param(who, charp, 0000);
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dcomposite.h540 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 Dcomposite.h560 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 Dlkdtm.c127 module_param(cpoint_name, charp, 0644);
129 module_param(cpoint_type, charp, 0644);
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/
H A Dltp_fw_load.c43 module_param(fw_name, charp, 0444);
/third_party/curl/tests/libtest/
H A Dmk-lib1521.pl165 char *charp;
320 print "$c &charp);\n$check";
/third_party/python/Python/
H A Dast_unparse.c31 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 Dhifb_init.c38 module_param_array(apsz_layer_mmz_names, charp, HI_NULL, S_IRUGO);
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c73 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 Dmali_kbase_model_dummy.c223 module_param(no_mali_gpu, charp, 0000);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c674 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