Home
last modified time | relevance | path

Searched refs:slash (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/tools/lib/subcmd/
Dexec-cmd.c89 const char *slash; in extract_argv0_path() local
93 slash = argv0 + strlen(argv0); in extract_argv0_path()
95 while (argv0 <= slash && !is_dir_sep(*slash)) in extract_argv0_path()
96 slash--; in extract_argv0_path()
98 if (slash >= argv0) { in extract_argv0_path()
99 argv0_path = strndup(argv0, slash - argv0); in extract_argv0_path()
100 return argv0_path ? slash + 1 : NULL; in extract_argv0_path()
/Linux-v6.1/arch/um/drivers/
Dcow_user.c148 char save_cwd[256], *slash; in absolutize() local
156 slash = strrchr(from, '/'); in absolutize()
157 if (slash != NULL) { in absolutize()
158 *slash = '\0'; in absolutize()
160 *slash = '/'; in absolutize()
165 *slash = '/'; in absolutize()
172 if (strlen(slash) + 1 > remaining) { in absolutize()
177 strcat(to, slash); in absolutize()
/Linux-v6.1/init/
Ddo_mounts.c106 char *slash; in devt_from_partuuid() local
110 slash = strchr(uuid_str, '/'); in devt_from_partuuid()
112 if (slash) { in devt_from_partuuid()
116 if (sscanf(slash + 1, "PARTNROFF=%d%c", &offset, &c) != 1) in devt_from_partuuid()
118 cmp.len = slash - uuid_str; in devt_from_partuuid()
/Linux-v6.1/kernel/trace/
Dtrace_probe.c232 const char *slash, *event = *pevent; in traceprobe_parse_event_name() local
235 slash = strchr(event, '/'); in traceprobe_parse_event_name()
236 if (!slash) in traceprobe_parse_event_name()
237 slash = strchr(event, '.'); in traceprobe_parse_event_name()
239 if (slash) { in traceprobe_parse_event_name()
240 if (slash == event) { in traceprobe_parse_event_name()
244 if (slash - event + 1 > MAX_EVENT_NAME_LEN) { in traceprobe_parse_event_name()
248 strlcpy(buf, event, slash - event + 1); in traceprobe_parse_event_name()
254 *pevent = slash + 1; in traceprobe_parse_event_name()
255 offset += slash - event + 1; in traceprobe_parse_event_name()
[all …]
Dtrace_eprobe.c127 const char *slash; in eprobe_dyn_event_match() local
161 slash = strchr(argv[0], '/'); in eprobe_dyn_event_match()
162 if (!slash) in eprobe_dyn_event_match()
163 slash = strchr(argv[0], '.'); in eprobe_dyn_event_match()
164 if (!slash) in eprobe_dyn_event_match()
167 if (strncmp(ep->event_system, argv[0], slash - argv[0])) in eprobe_dyn_event_match()
169 if (strcmp(ep->event_name, slash + 1)) in eprobe_dyn_event_match()
/Linux-v6.1/scripts/dtc/
Dsrcpos.c28 const char *slash = strrchr(path, '/'); in get_dirname() local
30 if (slash) { in get_dirname()
31 int len = slash - path; in get_dirname()
/Linux-v6.1/tools/perf/util/
Dbuild-id.c562 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() local
564 if (!slash) in build_id_cache__cachedir()
567 if (asprintf(&filename, "%s%s%s%s%s", buildid_dir, slash ? "/" : "", in build_id_cache__cachedir()
572 if (!slash) in build_id_cache__cachedir()
/Linux-v6.1/drivers/s390/char/
Ddefkeymap.map102 keycode 97 = slash division
/Linux-v6.1/arch/m68k/hp300/
Dhp300map.map144 keycode 115 = slash question
/Linux-v6.1/fs/cifs/
Dfs_context.c662 const char *slash; in smb3_fs_context_validate() local
666 slash = strchr(&ctx->UNC[2], '\\'); in smb3_fs_context_validate()
667 len = slash - &ctx->UNC[2]; in smb3_fs_context_validate()
/Linux-v6.1/Documentation/kbuild/
Dllvm.rst64 location using the LLVM variable with a trailing slash::
Dmakefiles.rst329 Unlike obj-y/m, subdir-y/m does not need the trailing slash since this
/Linux-v6.1/drivers/tty/vt/
Ddefkeymap.map114 keycode 53 = slash question
/Linux-v6.1/Documentation/filesystems/
Dceph.rst102 Multiple monitor addresses can be passed by separating each address with a slash (`/`)::
Dpath-lookup.rst74 If a pathname ends with a slash, such as "``/tmp/foo/``" it might be
81 A pathname that contains at least one non-<slash> character and
82 that ends with one or more trailing <slash> characters shall not
84 the trailing <slash> characters names an existing directory or a
91 checking that the trailing slash is not used where it isn't
512 the final component, it must be a trailing slash.
1371 is found to be followed by a slash.
Dproc.rst707 in system", which are separated by a slash ('/'). Example:
/Linux-v6.1/Documentation/admin-guide/
Dsysfs-rules.rst53 ``/sys``, and always starting with a slash
Dspkguide.txt814 press the keypad slash key once. Speakup will say, "mark". Next,
816 url. Press the keypad slash key once again to actually cut the text
834 key, while you type the keypad slash character. The url will be pasted
846 cut, mark it with the keypad slash key, then position the reading cursor
848 keypad slash key.
/Linux-v6.1/tools/perf/Documentation/
Dperf-record.txt737 is separated by slash:
/Linux-v6.1/Documentation/admin-guide/LSM/
DSmack.rst447 contain unprintable characters, the "/" (slash), the "\" (backslash), the "'"
/Linux-v6.1/Documentation/dev-tools/
Dcheckpatch.rst457 because the author has included a double slash "//" in the pathname
/Linux-v6.1/Documentation/admin-guide/cifs/
Dusage.rst189 files with absolute paths (ie beginning with slash) such as::
/Linux-v6.1/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1136 device. Note that you must not use a slash “/” in this string.
/Linux-v6.1/
DMAINTAINERS110 A trailing slash includes all files and subdirectory files.