| /linux/tools/lib/subcmd/ |
| H A D | exec-cmd.c | 91 const char *slash; in extract_argv0_path() local 95 slash = argv0 + strlen(argv0); in extract_argv0_path() 97 while (argv0 <= slash && !is_dir_sep(*slash)) in extract_argv0_path() 98 slash--; in extract_argv0_path() 100 if (slash >= argv0) { in extract_argv0_path() 101 argv0_path = strndup(argv0, slash - argv0); in extract_argv0_path() 102 return argv0_path ? slash + 1 : NULL; in extract_argv0_path()
|
| /linux/arch/um/drivers/ |
| H A D | cow_user.c | 148 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/kernel/trace/ |
| H A D | trace_eprobe.c | 135 const char *slash; in eprobe_dyn_event_match() local 169 slash = strchr(argv[0], '/'); in eprobe_dyn_event_match() 170 if (!slash) in eprobe_dyn_event_match() 171 slash = strchr(argv[0], '.'); in eprobe_dyn_event_match() 172 if (!slash) in eprobe_dyn_event_match() 175 if (strncmp(ep->event_system, argv[0], slash - argv[0])) in eprobe_dyn_event_match() 177 if (strcmp(ep->event_name, slash + 1)) in eprobe_dyn_event_match()
|
| H A D | trace_probe.c | 273 const char *slash, *event = *pevent; in traceprobe_parse_event_name() local 276 slash = strchr(event, '/'); in traceprobe_parse_event_name() 277 if (!slash) in traceprobe_parse_event_name() 278 slash = strchr(event, '.'); in traceprobe_parse_event_name() 280 if (slash) { in traceprobe_parse_event_name() 281 if (slash == event) { in traceprobe_parse_event_name() 285 if (slash - event + 1 > MAX_EVENT_NAME_LEN) { in traceprobe_parse_event_name() 289 strscpy(buf, event, slash - event + 1); in traceprobe_parse_event_name() 295 *pevent = slash + 1; in traceprobe_parse_event_name() 296 offset += slash - event + 1; in traceprobe_parse_event_name() [all …]
|
| /linux/tools/perf/util/ |
| H A D | build-id.c | 519 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir() local 521 if (!slash) in build_id_cache__cachedir() 524 if (asprintf(&filename, "%s%s%s%s%s", buildid_dir, slash ? "/" : "", in build_id_cache__cachedir()
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.map | 102 keycode 97 = slash division
|
| /linux/arch/m68k/hp300/ |
| H A D | hp300map.map | 144 keycode 115 = slash question
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 871 const char *slash; in smb3_fs_context_validate() local 875 slash = strchr(&ctx->UNC[2], '\\'); in smb3_fs_context_validate() 876 len = slash - &ctx->UNC[2]; in smb3_fs_context_validate()
|
| /linux/drivers/tty/vt/ |
| H A D | defkeymap.map | 114 keycode 53 = slash question
|
| /linux/Documentation/admin-guide/ |
| H A D | sysfs-rules.rst | 53 ``/sys``, and always starting with a slash
|
| H A D | spkguide.txt | 819 press the keypad slash key once. Speakup will say, "mark". Next, 821 url. Press the keypad slash key once again to actually cut the text 839 key, while you type the keypad slash character. The url will be pasted 851 cut, mark it with the keypad slash key, then position the reading cursor 853 keypad slash key.
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 447 contain unprintable characters, the "/" (slash), the "\" (backslash), the "'"
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 802 is separated by slash:
|
| /linux/Documentation/dev-tools/ |
| H A D | checkpatch.rst | 439 because the author has included a double slash "//" in the pathname
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 189 files with absolute paths (ie beginning with slash) such as::
|
| /linux/Documentation/kbuild/ |
| H A D | makefiles.rst | 269 Unlike obj-y/m, subdir-y/m does not need the trailing slash since this
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 751 in system", which are separated by a slash ('/'). Example:
|
| /linux/ |
| H A D | MAINTAINERS | 34 A trailing slash includes all files and subdirectory files.
|