/linux-4.1.27/tools/perf/util/ |
D | exec_cmd.c | 27 const char *slash; in perf_extract_argv0_path() local 31 slash = argv0 + strlen(argv0); in perf_extract_argv0_path() 33 while (argv0 <= slash && !is_dir_sep(*slash)) in perf_extract_argv0_path() 34 slash--; in perf_extract_argv0_path() 36 if (slash >= argv0) { in perf_extract_argv0_path() 37 argv0_path = strndup(argv0, slash - argv0); in perf_extract_argv0_path() 38 return argv0_path ? slash + 1 : NULL; in perf_extract_argv0_path()
|
D | build-id.c | 285 bool slash = is_kallsyms || is_vdso; in build_id_cache__dirname_from_path() local 287 if (!slash) { in build_id_cache__dirname_from_path() 293 if (asprintf(&filename, "%s%s%s", buildid_dir, slash ? "/" : "", in build_id_cache__dirname_from_path() 297 if (!slash) in build_id_cache__dirname_from_path()
|
/linux-4.1.27/arch/um/drivers/ |
D | cow_user.c | 147 char save_cwd[256], *slash; in absolutize() local 155 slash = strrchr(from, '/'); in absolutize() 156 if (slash != NULL) { in absolutize() 157 *slash = '\0'; in absolutize() 159 *slash = '/'; in absolutize() 164 *slash = '/'; in absolutize() 171 if (strlen(slash) + 1 > remaining) { in absolutize() 176 strcat(to, slash); in absolutize()
|
/linux-4.1.27/init/ |
D | do_mounts.c | 125 char *slash; in devt_from_partuuid() local 129 slash = strchr(uuid_str, '/'); in devt_from_partuuid() 131 if (slash) { in devt_from_partuuid() 134 if (sscanf(slash + 1, in devt_from_partuuid() 139 cmp.len = slash - uuid_str; in devt_from_partuuid()
|
/linux-4.1.27/scripts/dtc/ |
D | srcpos.c | 39 const char *slash = strrchr(path, '/'); in dirname() local 41 if (slash) { in dirname() 42 int len = slash - path; in dirname()
|
/linux-4.1.27/scripts/kconfig/ |
D | confdata.c | 754 char *slash; in conf_write() local 760 } else if ((slash = strrchr(name, '/'))) { in conf_write() 761 int size = slash - name + 1; in conf_write() 764 if (slash[1]) in conf_write() 765 basename = slash + 1; in conf_write()
|
/linux-4.1.27/drivers/s390/char/ |
D | defkeymap.map | 101 keycode 97 = slash division
|
/linux-4.1.27/arch/m68k/hp300/ |
D | hp300map.map | 144 keycode 115 = slash question
|
/linux-4.1.27/ |
D | Makefile | 1522 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@))) 1523 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
|
D | MAINTAINERS | 91 A trailing slash includes all files and subdirectory files.
|
/linux-4.1.27/drivers/tty/vt/ |
D | defkeymap.map | 113 keycode 53 = slash question
|
/linux-4.1.27/Documentation/ |
D | sysfs-rules.txt | 50 /sys, and always starting with a slash
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 204 the first slash is zero if there is no work pending and 1 226 The number after the final slash is the CPU that the kthread
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 812 press the keypad slash key once. Speakup will say, "mark". Next, 814 url. Press the keypad slash key once again to actually cut the text 832 key, while you type the keypad slash character. The url will be pasted 844 cut, mark it with the keypad slash key, then position the reading cursor 846 keypad slash key.
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 341 contain unprintable characters, the "/" (slash), the "\" (backslash), the "'"
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 177 files with absolute paths (ie beginning with slash) such as:
|
D | CHANGES | 164 has backslash (not forward slash) between ip address of server
|