Searched refs:dash (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 665 const char *dash; in server_name2fsname() local 667 dash = svname + strnlen(svname, 8); /* max fsname length is 8 */ in server_name2fsname() 668 for (; dash > svname && *dash != '-' && *dash != ':'; dash--) in server_name2fsname() 670 if (dash == svname) in server_name2fsname() 674 strncpy(fsname, svname, dash - svname); in server_name2fsname() 675 fsname[dash - svname] = '\0'; in server_name2fsname() 679 *endptr = dash; in server_name2fsname() 694 const char *dash; in server_name2svname() local 697 rc = server_name2fsname(label, NULL, &dash); in server_name2svname() 702 *endptr = dash; in server_name2svname() [all …]
|
/linux-4.1.27/drivers/hwmon/ |
D | mc13783-adc.c | 180 char *dash; in mc13783_adc_probe() local 188 dash = strchr(priv->name, '-'); in mc13783_adc_probe() 189 if (dash) in mc13783_adc_probe() 190 *dash = '\0'; in mc13783_adc_probe()
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | README | 38 * The test cases should run on dash (busybox shell) for testing on
|
/linux-4.1.27/Documentation/ |
D | printk-formats.txt | 144 the 'M' specifier to use dash ('-') separators instead of the default
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 432 valid letters (rwxatbRWXATB) and the dash ('-') character are allowed in 433 access specifications. The dash is a placeholder, so "a-r" is the same 434 as "ar". A lone dash is used to specify that no access should be allowed.
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 168 dash marker line as described in Documentation/SubmittingPatches to
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 212 * In syslog.conf, you can prefix entries with a dash ``-'' to omit syncing the
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 110 etc. If the name ends with a digit, then it will insert a dash: cx18-0,
|