| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | asm.S | 13 .macro FUNC name colon section=default align=4 22 \name \colon 26 .macro LOCAL_FUNC name colon section=default align=4 34 \name \colon 38 .macro WEAK_FUNC name colon section=default align=4 47 \name \colon 56 .macro DATA name colon argument 59 \name \colon 62 .macro LOCAL_DATA name colon argument 64 \name \colon
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | asm.S | 13 .macro FUNC name colon section=default align=4 22 \name \colon 26 .macro LOCAL_FUNC name colon section=default align=4 34 \name \colon 38 .macro WEAK_FUNC name colon section=default align=4 47 \name \colon 56 .macro DATA name colon argument 59 \name \colon 62 .macro LOCAL_DATA name colon argument 64 \name \colon
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev_ioctl.c | 368 char *colon; in dev_ioctl() local 377 colon = strchr(ifr->ifr_name, ':'); in dev_ioctl() 378 if (colon) in dev_ioctl() 379 *colon = 0; in dev_ioctl() 389 if (colon) in dev_ioctl() 390 *colon = ':'; in dev_ioctl() 409 if (colon) in dev_ioctl() 410 *colon = ':'; in dev_ioctl() 418 if (colon) in dev_ioctl() 419 *colon = ':'; in dev_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/wimax/ |
| H A D | debug.h | 458 char submodule[130], *params, *params_orig, *token, *colon; in d_parse_params() local 474 colon = strchr(token, ':'); in d_parse_params() 475 if (colon != NULL) in d_parse_params() 476 *colon = '\n'; in d_parse_params() 478 if (colon != NULL) in d_parse_params() 479 *colon = ':'; /* set back, for error messages */ in d_parse_params()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_edid_load.c | 269 char *edidname, *last, *colon, *fwstr, *edidstr, *fallback = NULL; in drm_load_edid_firmware() local 289 colon = strchr(edidname, ':'); in drm_load_edid_firmware() 290 if (colon != NULL) { in drm_load_edid_firmware() 291 if (strncmp(connector_name, edidname, colon - edidname)) in drm_load_edid_firmware() 293 edidname = colon + 1; in drm_load_edid_firmware()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtd_uboot.c | 269 char mtd_name[MTD_NAME_MAX_LEN], *colon; in mtd_probe_devices() local 280 colon = strchr(mtdparts, ':'); in mtd_probe_devices() 281 if (colon > mtdparts_next) in mtd_probe_devices() 282 colon = NULL; in mtd_probe_devices() 284 if (!colon) { in mtd_probe_devices() 289 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | help.c | 209 char *paths, *path, *colon; in load_command_list() local 212 if ((colon = strchr(path, ':'))) in load_command_list() 213 *colon = 0; in load_command_list() 217 if (!colon) in load_command_list() 219 path = colon + 1; in load_command_list()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | genboardscfg.py | 163 colon = line.find(':CONFIG_') 164 if colon == -1: 167 f.write(line[colon + 1:])
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-uwb_rc | 83 The EUI-48, in colon-separated hex octets, for this 119 The current DevAddr of this device in colon separated 128 The EUI-48 of this device in colon separated hex
|
| /OK3568_Linux_fs/buildroot/package/gettext-gnu/ |
| H A D | 0001-error_print_progname.patch | 10 name, a colon and a space. Otherwise, error will call this
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 20-merge_config.sh-Allow-to-define-config-prefix.patch | 8 echo " -e colon-separated list of br2-external trees to use (optional)"
|
| H A D | 19-merge_config.sh-add-br2-external-support.patch | 23 + echo " -e colon-separated list of br2-external trees to use (optional)"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 18-cve-2014-9913-unzip-buffer-overflow.patch | 24 + * colon, and use four-digit hexadecimal.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | lcd-panel-cgram.rst | 8 number, and up to 8 couples of hex digits terminated by a semi-colon
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | wext-core.c | 1097 char *colon; in compat_wext_handle_ioctl() local 1104 colon = strchr(iwr.ifr_name, ':'); in compat_wext_handle_ioctl() 1105 if (colon) in compat_wext_handle_ioctl() 1106 *colon = 0; in compat_wext_handle_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | alias.rst | 12 An alias is formed by adding a colon and a string when running ifconfig.
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_frontend.c | 525 char *colon; in rtentry_to_fib_config() local 533 colon = strchr(devname, ':'); in rtentry_to_fib_config() 534 if (colon) in rtentry_to_fib_config() 535 *colon = 0; in rtentry_to_fib_config() 541 if (colon) { in rtentry_to_fib_config() 549 *colon = ':'; in rtentry_to_fib_config()
|
| H A D | devinet.c | 1017 char *colon; in devinet_ioctl() local 1026 colon = strchr(ifr->ifr_name, ':'); in devinet_ioctl() 1027 if (colon) in devinet_ioctl() 1028 *colon = 0; in devinet_ioctl() 1074 if (colon) in devinet_ioctl() 1075 *colon = ':'; in devinet_ioctl() 1134 if (colon) { in devinet_ioctl() 1157 if (colon) in devinet_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 2208 char *params, *token, *colon; in set_wl_debug_level() local 2220 colon = strchr(params, '\n'); in set_wl_debug_level() 2221 if (colon != NULL) in set_wl_debug_level() 2222 *colon = '\0'; in set_wl_debug_level() 2229 colon = strchr(token, ':'); in set_wl_debug_level() 2230 if (colon != NULL) { in set_wl_debug_level() 2231 *colon = ' '; in set_wl_debug_level() 2234 if (colon != NULL) in set_wl_debug_level() 2235 *colon = ':'; in set_wl_debug_level()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 2210 char *params, *token, *colon; in set_wl_debug_level() local 2222 colon = strchr(params, '\n'); in set_wl_debug_level() 2223 if (colon != NULL) in set_wl_debug_level() 2224 *colon = '\0'; in set_wl_debug_level() 2231 colon = strchr(token, ':'); in set_wl_debug_level() 2232 if (colon != NULL) { in set_wl_debug_level() 2233 *colon = ' '; in set_wl_debug_level() 2236 if (colon != NULL) in set_wl_debug_level() 2237 *colon = ':'; in set_wl_debug_level()
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch | 4 Subject: [PATCH] Extract a function for splitting a colon-separated string
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammu-smsdrc | 64 # pc can also contain port or socket path after colon (eg. localhost:/path/to/socket)
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/ |
| H A D | fan_performance_states.rst | 38 and contains a colon-separated list of 5 integer numbers (fields) with the
|
| /OK3568_Linux_fs/buildroot/package/lshw/ |
| H A D | 0001-Fix-musl-build-basename-is-in-libgen.h.patch | 43 size_t colon = name.rfind(":");
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evsel.c | 502 int colon = 0, r = 0; in perf_evsel__add_modifiers() local 508 if (!colon) colon = ++r; \ in perf_evsel__add_modifiers() 520 if (!colon) in perf_evsel__add_modifiers() 521 colon = ++r; in perf_evsel__add_modifiers() 531 if (colon) in perf_evsel__add_modifiers() 532 bf[colon - 1] = ':'; in perf_evsel__add_modifiers()
|