/linux-4.4.14/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 | 300 bool slash = is_kallsyms || is_vdso; in build_id_cache__dirname_from_path() local 302 if (!slash) { in build_id_cache__dirname_from_path() 308 if (asprintf(&filename, "%s%s%s", buildid_dir, slash ? "/" : "", in build_id_cache__dirname_from_path() 312 if (!slash) in build_id_cache__dirname_from_path()
|
/linux-4.4.14/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.4.14/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.4.14/scripts/dtc/ |
D | srcpos.c | 39 const char *slash = strrchr(path, '/'); in get_dirname() local 41 if (slash) { in get_dirname() 42 int len = slash - path; in get_dirname()
|
/linux-4.4.14/scripts/kconfig/ |
D | confdata.c | 752 char *slash; in conf_write() local 758 } else if ((slash = strrchr(name, '/'))) { in conf_write() 759 int size = slash - name + 1; in conf_write() 762 if (slash[1]) in conf_write() 763 basename = slash + 1; in conf_write()
|
/linux-4.4.14/drivers/s390/char/ |
D | defkeymap.map | 101 keycode 97 = slash division
|
/linux-4.4.14/arch/m68k/hp300/ |
D | hp300map.map | 144 keycode 115 = slash question
|
/linux-4.4.14/ |
D | Makefile | 1523 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@))) 1524 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
|
D | MAINTAINERS | 91 A trailing slash includes all files and subdirectory files.
|
/linux-4.4.14/drivers/tty/vt/ |
D | defkeymap.map | 113 keycode 53 = slash question
|
/linux-4.4.14/Documentation/ |
D | sysfs-rules.txt | 50 /sys, and always starting with a slash
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/security/ |
D | Smack.txt | 376 contain unprintable characters, the "/" (slash), the "\" (backslash), the "'"
|
/linux-4.4.14/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
|