Searched refs:script_name (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/samples/check-exec/ |
D | inc.c | 75 static int interpret_stream(FILE *script, char *const script_name, in interpret_stream() argument 79 char *const script_argv[] = { script_name, NULL }; in interpret_stream() 112 char *script_name = NULL; in main() local 153 script_name = argv[1]; in main() 176 if (interpret_stdin && !script_name) { in main() 182 script_name = "/proc/self/fd/0"; in main() 189 return interpret_stream(script_file, script_name, envp, in main() 191 } else if (script_name && !interpret_stdin) { in main() 197 script_file = fopen(script_name, "r"); in main() 206 return interpret_stream(script_file, script_name, envp, in main()
|
/linux-6.14.4/scripts/dtc/ |
D | of_unittest_expect | 21 (undef, $script_name) = split(/^.*\//, $0); 83 print "** ERROR: $script_name internal error, at end of compare(), CONSOLE_LOG line: $.\n"; 98 $script_name CONSOLE_LOG 143 '** ' Line reports $script_name warning or error 180 print STDERR "For help, type '$script_name --help'\n"; 208 print STDERR "\n$script_name $VUFX\n\n"; 337 printf "** %s%s$script_name WARNING - not found ---> %s\n", 410 printf "** %s%s$script_name WARNING - next line matches EXPECT_NOT\n",
|
D | dt_to_config | 15 $script_name = $0; 16 $script_name =~ s|^.*/||; 164 Usage: $script_name [options] device-tree... 978 print STDERR " For help, type '$script_name --help'\n"; 1014 print STDERR "\n$script_name $VUFX\n\n"; 1205 print STDERR "$script_name must be run from the root directory of a Linux kernel tree\n";
|
/linux-6.14.4/tools/perf/ui/browsers/ |
D | scripts.c | 258 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument 273 script_name[0] = 0; in list_scripts() 316 sprintf(script_name, "%s script %s", perf, script_args); in list_scripts() 318 strcpy(script_name, paths[choice]); in list_scripts() 348 char *cmd, script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local 351 memset(script_name, 0, SCRIPT_FULLPATH_LEN); in script_browse() 352 if (list_scripts(script_name, &custom, evsel)) in script_browse() 357 script_name, in script_browse()
|
/linux-6.14.4/tools/perf/ |
D | builtin-script.c | 73 static char const *script_name; variable 2964 script_name = find_script(script); in parse_scriptname() 2965 if (!script_name) in parse_scriptname() 2966 script_name = strdup(script); in parse_scriptname() 3887 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script() 3896 script_name = find_script(argv[0]); in cmd_script() 3897 if (script_name) { in cmd_script() 4038 if (!script_name) { in cmd_script() 4177 if (script_name) { in cmd_script() 4178 err = scripting_ops->start_script(script_name, argc, argv, session); in cmd_script() [all …]
|
/linux-6.14.4/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1123 char *script_name; local 1134 script_name = "scripta"; 1141 script_name = "scriptb"; 1146 script_name = "mem"; 1155 script_name, script_ofs, (unsigned)INL(np, nc_dbc));
|
/linux-6.14.4/drivers/scsi/ |
D | ncr53c8xx.c | 5653 char *script_name; in ncr_log_hard_error() local 5663 script_name = "script"; in ncr_log_hard_error() 5670 script_name = "scripth"; in ncr_log_hard_error() 5675 script_name = "mem"; in ncr_log_hard_error() 5681 (unsigned)INB (nc_sxfer),(unsigned)INB (nc_scntl3), script_name, script_ofs, in ncr_log_hard_error()
|