/linux-2.6.39/arch/powerpc/include/asm/ |
D | kprobes.h | 60 char *colon; \ 61 if ((colon = strchr(name, ':')) != NULL) { \ 62 colon++; \ 63 if (*colon != '\0' && *colon != '.') \
|
/linux-2.6.39/include/linux/wimax/ |
D | debug.h | 493 char submodule[130], *params, *params_orig, *token, *colon; in d_parse_params() local 509 colon = strchr(token, ':'); in d_parse_params() 510 if (colon != NULL) in d_parse_params() 511 *colon = '\n'; in d_parse_params() 513 if (colon != NULL) in d_parse_params() 514 *colon = ':'; /* set back, for error messages */ in d_parse_params()
|
/linux-2.6.39/fs/nfs/ |
D | nfs4namespace.c | 62 char *colon = strchr(path, ':'); in nfs4_path() local 63 if (colon && colon < limit) in nfs4_path() 64 path = colon + 1; in nfs4_path()
|
/linux-2.6.39/tools/perf/util/ |
D | help.c | 171 char *paths, *path, *colon; in load_command_list() local 174 if ((colon = strchr(path, PATH_SEP))) in load_command_list() 175 *colon = 0; in load_command_list() 179 if (!colon) in load_command_list() 181 path = colon + 1; in load_command_list()
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc | 67 The EUI-48, in colon-separated hex octets, for this 103 The current DevAddr of this device in colon separated 112 The EUI-48 of this device in colon separated hex
|
/linux-2.6.39/net/ipv4/ |
D | fib_frontend.c | 354 char *colon; in rtentry_to_fib_config() local 362 colon = strchr(devname, ':'); in rtentry_to_fib_config() 363 if (colon) in rtentry_to_fib_config() 364 *colon = 0; in rtentry_to_fib_config() 369 if (colon) { in rtentry_to_fib_config() 374 *colon = ':'; in rtentry_to_fib_config()
|
D | devinet.c | 694 char *colon; in devinet_ioctl() local 709 colon = strchr(ifr.ifr_name, ':'); in devinet_ioctl() 710 if (colon) in devinet_ioctl() 711 *colon = 0; in devinet_ioctl() 757 if (colon) in devinet_ioctl() 758 *colon = ':'; in devinet_ioctl() 810 if (colon) { in devinet_ioctl() 833 if (colon) in devinet_ioctl()
|
/linux-2.6.39/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 4 number, and up to 8 couples of hex digits terminated by a semi-colon
|
/linux-2.6.39/drivers/media/video/pwc/ |
D | pwc-if.c | 1987 char *s, *colon, *dot; in usb_pwc_init() local 1997 colon = dot = s; in usb_pwc_init() 1998 while (*colon != '\0' && *colon != ':') in usb_pwc_init() 1999 colon++; in usb_pwc_init() 2003 if (*dot != '\0' && dot > colon) { in usb_pwc_init() 2008 if (*colon == '\0') { in usb_pwc_init() 2025 simple_strtol(colon + 1, NULL, 10); in usb_pwc_init()
|
/linux-2.6.39/Documentation/networking/ |
D | alias.txt | 10 An alias is formed by adding a colon and a string when running ifconfig.
|
/linux-2.6.39/net/wireless/ |
D | wext-core.c | 1059 char *colon; in compat_wext_handle_ioctl() local 1066 colon = strchr(iwr.ifr_name, ':'); in compat_wext_handle_ioctl() 1067 if (colon) in compat_wext_handle_ioctl() 1068 *colon = 0; in compat_wext_handle_ioctl()
|
/linux-2.6.39/drivers/media/video/ |
D | v4l2-ctrls.c | 1198 const char *prefix, const char *colon) in log_ctrl() argument 1208 printk(KERN_INFO "%s%s%s: ", prefix, colon, ctrl->name); in log_ctrl() 1245 const char *colon = ""; in v4l2_ctrl_handler_log_status() local 1254 colon = ": "; in v4l2_ctrl_handler_log_status() 1258 log_ctrl(ctrl, prefix, colon); in v4l2_ctrl_handler_log_status()
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-list.txt | 21 Events can optionally have a modifer by appending a colon and one or
|
/linux-2.6.39/drivers/s390/char/ |
D | defkeymap.map | 126 keycode 122 = colon threesuperior
|
/linux-2.6.39/net/core/ |
D | dev.c | 4909 char *colon; in dev_ioctl() local 4930 colon = strchr(ifr.ifr_name, ':'); in dev_ioctl() 4931 if (colon) in dev_ioctl() 4932 *colon = 0; in dev_ioctl() 4958 if (colon) in dev_ioctl() 4959 *colon = ':'; in dev_ioctl() 4972 if (colon) in dev_ioctl() 4973 *colon = ':'; in dev_ioctl() 4996 if (colon) in dev_ioctl() 4997 *colon = ':'; in dev_ioctl()
|
/linux-2.6.39/arch/m68k/hp300/ |
D | hp300map.map | 133 keycode 107 = semicolon colon
|
/linux-2.6.39/kernel/ |
D | module.c | 3122 char *colon; in module_kallsyms_lookup_name() local 3127 if ((colon = strchr(name, ':')) != NULL) { in module_kallsyms_lookup_name() 3128 *colon = '\0'; in module_kallsyms_lookup_name() 3130 ret = mod_find_symname(mod, colon+1); in module_kallsyms_lookup_name() 3131 *colon = ':'; in module_kallsyms_lookup_name()
|
/linux-2.6.39/drivers/tty/vt/ |
D | defkeymap.map | 87 keycode 39 = semicolon colon
|
/linux-2.6.39/Documentation/fb/ |
D | intel810.txt | 175 with a colon (:) as in the following:
|
/linux-2.6.39/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 250 some phrase followed by a colon, each of those phrases will be taken as
|
/linux-2.6.39/Documentation/usb/ |
D | usbmon.txt | 155 total of 5. The word consists of 3 colon-separated decimal numbers for
|
/linux-2.6.39/Documentation/scsi/ |
D | st.txt | 276 pairs are separated with a comma (no spaces allowed). A colon can be
|
/linux-2.6.39/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 741 /* No semi-colon after return; correct usage is to write "yyterminate();" -
|
/linux-2.6.39/scripts/kconfig/ |
D | lex.zconf.c_shipped | 961 /* No semi-colon after return; correct usage is to write "yyterminate();" -
|
/linux-2.6.39/scripts/genksyms/ |
D | lex.c_shipped | 832 /* No semi-colon after return; correct usage is to write "yyterminate();" -
|