OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shell_name
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
30
static char *make_command_line(char *
shell_name
, char *exec_path, char **argv);
416
char *
shell_name
= 0;
local
462
* exec_path args to
shell_name
exec_path args
483
shell_name
= strrchr( buf, '/');
484
if (
shell_name
) {
485
shell_name
++;
487
shell_name
= &buf[2];/* skipping "#!" */
497
command_line = make_command_line(
shell_name
, exec_path, argv);
499
command_line = make_command_line(
shell_name
, file_info.szPathName,
517
if ((
shell_name
) || (file_not_found))
[
all
...]
Completed in 53 milliseconds