OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shell_name
(Results
1 - 4
of
4
) sorted by null
/external/shflags/src/
shflags_test.sh
103
shell_name
=`basename ${shell}`
106
echo "shell name: ${
shell_name
}"
/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
...]
/external/selinux/policycoreutils/sandbox/
seunshare.c
229
static int verify_shell(const char *
shell_name
)
234
if (!(
shell_name
&&
shell_name
[0]))
243
if (!strcmp(
shell_name
, buf)) {
/external/selinux/policycoreutils/newrole/
newrole.c
388
static int verify_shell(const char *
shell_name
)
393
if (!(
shell_name
&&
shell_name
[0]))
402
if (!strcmp(
shell_name
, buf)) {
[
all
...]
Completed in 84 milliseconds