/Linux-v4.19/tools/lib/subcmd/ |
D | exec-cmd.c | 86 const char *slash; in extract_argv0_path() local 90 slash = argv0 + strlen(argv0); in extract_argv0_path() 92 while (argv0 <= slash && !is_dir_sep(*slash)) in extract_argv0_path() 93 slash--; in extract_argv0_path() 95 if (slash >= argv0) { in extract_argv0_path() 96 argv0_path = strndup(argv0, slash - argv0); in extract_argv0_path() 97 return argv0_path ? slash + 1 : NULL; in extract_argv0_path()
|
/Linux-v4.19/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-v4.19/init/ |
D | do_mounts.c | 115 char *slash; in devt_from_partuuid() local 119 slash = strchr(uuid_str, '/'); in devt_from_partuuid() 121 if (slash) { in devt_from_partuuid() 124 if (sscanf(slash + 1, in devt_from_partuuid() 129 cmp.len = slash - uuid_str; in devt_from_partuuid()
|
/Linux-v4.19/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-v4.19/tools/perf/util/ |
D | build-id.c | 544 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() local 546 if (!slash) { in build_id_cache__cachedir() 552 if (asprintf(&filename, "%s%s%s%s%s", buildid_dir, slash ? "/" : "", in build_id_cache__cachedir() 557 if (!slash) in build_id_cache__cachedir()
|
/Linux-v4.19/scripts/kconfig/ |
D | confdata.c | 790 char *slash; in conf_write() local 796 } else if ((slash = strrchr(name, '/'))) { in conf_write() 797 int size = slash - name + 1; in conf_write() 800 if (slash[1]) in conf_write() 801 basename = slash + 1; in conf_write()
|
/Linux-v4.19/samples/bpf/ |
D | README.rst | 37 Do notice the "/" slash after the directory name.
|
/Linux-v4.19/drivers/s390/char/ |
D | defkeymap.map | 102 keycode 97 = slash division
|
/Linux-v4.19/arch/m68k/hp300/ |
D | hp300map.map | 144 keycode 115 = slash question
|
/Linux-v4.19/ |
D | Makefile | 1660 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@))) 1661 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
|
D | MAINTAINERS | 103 A trailing slash includes all files and subdirectory files.
|
/Linux-v4.19/drivers/tty/vt/ |
D | defkeymap.map | 113 keycode 53 = slash question
|
/Linux-v4.19/Documentation/admin-guide/ |
D | sysfs-rules.rst | 53 ``/sys``, and always starting with a slash
|
/Linux-v4.19/fs/cifs/ |
D | connect.c | 2094 const char *slash; in cifs_parse_mount_options() local 2098 slash = strchr(&vol->UNC[2], '\\'); in cifs_parse_mount_options() 2099 len = slash - &vol->UNC[2]; in cifs_parse_mount_options()
|
/Linux-v4.19/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-v4.19/Documentation/admin-guide/LSM/ |
D | Smack.rst | 447 contain unprintable characters, the "/" (slash), the "\" (backslash), the "'"
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 173 files with absolute paths (ie beginning with slash) such as:
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 1135 device. Note that you must not use a slash “/” in this string.
|