HomeSort by relevance Sort by last modified time
    Searched full:whoami (Results 1 - 25 of 35) sorted by null

1 2

  /external/valgrind/main/gdbserver_tests/
mcbreak.stdinB.gdb 31 print whoami("first")
37 print whoami("second")
41 print whoami("third")
45 print whoami("fourth")
51 print whoami("after next: inferior call pushed from mcbreak.stdinB.gdb")
67 # print whoami("after error: inferior call pushed from mcbreak.stdinB.gdb")
mcinfcallWSRU.stdinB.gdb 21 print whoami("thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
23 print whoami("thread 2 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
25 print whoami("thread 3 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
27 print whoami("thread 4 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
mcinfcallRU.stdinB.gdb 15 # before they have a chance to execute the whoami
17 print whoami("inferior call pushed from gdb in mcinfcallRU.stdinB.gdb")
t.c 27 static void whoami(char *msg) function
39 whoami(s);
sleepers.c 26 static void whoami(char *msg) __attribute__((unused));
27 static void whoami(char *msg) function
  /external/e2fsprogs/lib/et/
com_err.c 26 default_com_err_proc (const char *whoami, errcode_t code, const
31 default_com_err_proc (const char *whoami, errcode_t code, const
36 if (whoami) {
37 fputs(whoami, stderr);
68 void com_err_va (const char *whoami, errcode_t code, const char *fmt,
71 (*com_err_hook) (whoami, code, fmt, args);
74 void com_err (const char *whoami,
83 com_err_va (whoami, code, fmt, pvar);
com_err.3 12 void com_err (const char *whoami, long code, const char *format, ...);
27 .I whoami
com_err.h 34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
com_err.texinfo 303 @deftypefun void com_err (const char *@var{whoami}, long @var{error_code}, const char *@var{format}, ...);
310 The module reporting the error should be passed in via @var{whoami}.
316 @deftypefun void com_err_va (const char *@var{whoami}, long @var{error_code}, const char *@var{format}, va_list @var{args});
324 @deftypefun void *set_com_err_hook (void (*@var{proc}) (const char *@var{whoami}, long @var{error_code}, va_list @var{args}) (const char *@var{whoami}, long @var{error_code}, va_list @var{args}));
350 void hook (const char * whoami, long code,
356 openlog (whoami,
370 The name of the program, @samp{whoami}, is supplied to the
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
uninstall_host.sh 9 if [ "$(whoami)" == "root" ]; then
16 if [ "$(whoami)" == "root" ]; then
install_host.sh 10 if [ "$(whoami)" == "root" ]; then
17 if [ "$(whoami)" == "root" ]; then
  /external/e2fsprogs/lib/ss/
error.c 61 register char *whoami; local
65 whoami = ss_name (sci_idx);
66 com_err_va (whoami, code, fmt, pvar);
67 free (whoami);
  /external/compiler-rt/test/BlocksRuntime/
dispatch_async.c 16 const char *whoami = "nobody"; variable
36 printf("%s: success\n", whoami);
50 whoami = argv[0];
byrefcopyint.c 42 voidVoid testRoutine(const char *whoami) {
43 __block int dumbo = strlen(whoami);
  /external/chromium_org/remoting/host/installer/linux/debian/
chrome-remote-desktop.init 24 if [ "$(whoami)" = "root" ]; then
29 USERS=$(whoami)
65 if [ "$(whoami)" = "$user" ]; then
  /external/elfutils/0.153/config/
Makefile.am 34 getent passwd "$$(whoami)" | \
36 echo -n " <$$(whoami)@gmail.com> " >> $$tmpname; \
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.cpp 255 inline virtual char* whoami() {return (char*)"AgpsReleasedState";} function in class:AgpsReleasedState
262 LOC_LOGE("Error: %s subscriber list not empty!!!", whoami());
300 LOC_LOGW("%s: unrecognized event %d", whoami(), event);
306 whoami(), nextState->whoami(), event);
322 inline virtual char* whoami() {return (char*)"AgpsPendingState";} function in class:AgpsPendingState
396 LOC_LOGE("%s: unrecognized event %d", whoami(), event);
401 whoami(), nextState->whoami(), event);
417 inline virtual char* whoami() { return (char*)"AgpsAcquiredState"; function in class:AgpsAcquiredState
511 inline virtual char* whoami() {return (char*)"AgpsReleasingState";} function in class:AgpsReleasingState
    [all...]
loc_eng_agps.h 143 inline virtual char* whoami() = 0;
155 inline virtual char *whoami() {return (char*)"Servicer";} function in class:Servicer
166 inline virtual char *whoami() {return (char*)"ExtServicer";} function in class:ExtServicer
177 inline virtual char *whoami() {return (char*)"AGpsServicer";} function in class:AGpsServicer
264 inline virtual char *whoami() {return (char*)"DSStateMachine";} function in class:DSStateMachine
429 inline virtual char *whoami() {return (char*)"DSSubscriber";} function in struct:DSSubscriber
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 255 inline virtual char* whoami() {return (char*)"AgpsReleasedState";} function in class:AgpsReleasedState
262 LOC_LOGE("Error: %s subscriber list not empty!!!", whoami());
300 LOC_LOGW("%s: unrecognized event %d", whoami(), event);
306 whoami(), nextState->whoami(), event);
322 inline virtual char* whoami() {return (char*)"AgpsPendingState";} function in class:AgpsPendingState
396 LOC_LOGE("%s: unrecognized event %d", whoami(), event);
401 whoami(), nextState->whoami(), event);
417 inline virtual char* whoami() { return (char*)"AgpsAcquiredState"; function in class:AgpsAcquiredState
511 inline virtual char* whoami() {return (char*)"AgpsReleasingState";} function in class:AgpsReleasingState
    [all...]
loc_eng_agps.h 143 inline virtual char* whoami() = 0;
155 inline virtual char *whoami() {return (char*)"Servicer";} function in class:Servicer
166 inline virtual char *whoami() {return (char*)"ExtServicer";} function in class:ExtServicer
177 inline virtual char *whoami() {return (char*)"AGpsServicer";} function in class:AGpsServicer
264 inline virtual char *whoami() {return (char*)"DSStateMachine";} function in class:DSStateMachine
416 inline virtual char *whoami() {return (char*)"DSSubscriber";} function in struct:DSSubscriber
  /external/chromium_org/third_party/binutils/
build-all.sh 13 if [ x"$(whoami)" = x"root" ]; then
99 sudo chown -R $(whoami) "$BUILDDIR/output/"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 36 * WHOAMI takes a net address and returns a client name and also a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.x 36 * WHOAMI takes a net address and returns a client name and also a
  /external/stressapptest/
configure.ac 82 username=$(whoami)
  /external/chromium_org/tools/python/google/
platform_utils_win.py 131 # Failed to get the username from the environment; use whoami.exe
133 proc = subprocess.Popen(self._PathToExecutable("whoami.exe"),

Completed in 354 milliseconds

1 2