Home
last modified time | relevance | path

Searched refs:logname (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/
Drun_make_tests.pl132 local ($filename,$options,$logname,$expected_code) = @_;
153 $code = &run_command_with_output($logname,$command);
/ndk/sources/host-tools/make-3.81/
Dread.c2964 char *logname = getlogin (); in tilde_expand() local
2966 if (logname != 0) in tilde_expand()
2968 struct passwd *p = getpwnam (logname); in tilde_expand()