Searched refs:dash (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 583 const char *dash; in server_name2fsname() local 585 dash = svname + strnlen(svname, 8); /* max fsname length is 8 */ in server_name2fsname() 586 for (; dash > svname && *dash != '-' && *dash != ':'; dash--) in server_name2fsname() 588 if (dash == svname) in server_name2fsname() 592 strncpy(fsname, svname, dash - svname); in server_name2fsname() 593 fsname[dash - svname] = '\0'; in server_name2fsname() 597 *endptr = dash; in server_name2fsname() 611 const char *dash; in server_name2index() local 614 rc = server_name2fsname(svname, NULL, &dash); in server_name2index() 618 dash++; in server_name2index() [all …]
|
/linux-4.4.14/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.4.14/tools/testing/selftests/ftrace/ |
D | README | 38 * The test cases should run on dash (busybox shell) for testing on
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 149 the 'M' specifier to use dash ('-') separators instead of the default
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 467 valid letters (rwxatbRWXATB) and the dash ('-') character are allowed in 468 access specifications. The dash is a placeholder, so "a-r" is the same 469 as "ar". A lone dash is used to specify that no access should be allowed.
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-FAQ.txt | 168 dash marker line as described in Documentation/SubmittingPatches to
|
/linux-4.4.14/Documentation/laptops/ |
D | laptop-mode.txt | 212 * In syslog.conf, you can prefix entries with a dash ``-'' to omit syncing the
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 110 etc. If the name ends with a digit, then it will insert a dash: cx18-0,
|