Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.6.39/arch/powerpc/include/asm/
Dkprobes.h60 char *colon; \
61 if ((colon = strchr(name, ':')) != NULL) { \
62 colon++; \
63 if (*colon != '\0' && *colon != '.') \
/linux-2.6.39/include/linux/wimax/
Ddebug.h493 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/
Dnfs4namespace.c62 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/
Dhelp.c171 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/
Dsysfs-class-uwb_rc67 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/
Dfib_frontend.c354 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()
Ddevinet.c694 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/
Dlcd-panel-cgram.txt4 number, and up to 8 couples of hex digits terminated by a semi-colon
/linux-2.6.39/drivers/media/video/pwc/
Dpwc-if.c1987 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/
Dalias.txt10 An alias is formed by adding a colon and a string when running ifconfig.
/linux-2.6.39/net/wireless/
Dwext-core.c1059 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/
Dv4l2-ctrls.c1198 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/
Dperf-list.txt21 Events can optionally have a modifer by appending a colon and one or
/linux-2.6.39/drivers/s390/char/
Ddefkeymap.map126 keycode 122 = colon threesuperior
/linux-2.6.39/net/core/
Ddev.c4909 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/
Dhp300map.map133 keycode 107 = semicolon colon
/linux-2.6.39/kernel/
Dmodule.c3122 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/
Ddefkeymap.map87 keycode 39 = semicolon colon
/linux-2.6.39/Documentation/fb/
Dintel810.txt175 with a colon (:) as in the following:
/linux-2.6.39/Documentation/
Dkernel-doc-nano-HOWTO.txt250 some phrase followed by a colon, each of those phrases will be taken as
/linux-2.6.39/Documentation/usb/
Dusbmon.txt155 total of 5. The word consists of 3 colon-separated decimal numbers for
/linux-2.6.39/Documentation/scsi/
Dst.txt276 pairs are separated with a comma (no spaces allowed). A colon can be
/linux-2.6.39/scripts/dtc/
Ddtc-lexer.lex.c_shipped741 /* No semi-colon after return; correct usage is to write "yyterminate();" -
/linux-2.6.39/scripts/kconfig/
Dlex.zconf.c_shipped961 /* No semi-colon after return; correct usage is to write "yyterminate();" -
/linux-2.6.39/scripts/genksyms/
Dlex.c_shipped832 /* No semi-colon after return; correct usage is to write "yyterminate();" -

12