Searched refs:invoker (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.h26 status_t Go(BInvoker *invoker);
H A DTextRequestDialog.cpp136 TextRequestDialog::Go(BInvoker *invoker) argument
138 fInvoker = invoker;
/haiku/headers/private/libroot/
H A Dlibroot_private.h28 status_t __parse_invoke_line(char *invoker, char ***_newArgs,
32 status_t __test_executable(const char *path, char *invoker);
/haiku/src/system/libroot/posix/unistd/
H A Dexec.cpp85 char invoker[B_FILE_NAME_LENGTH]; local
86 status_t status = __test_executable(path, invoker);
89 strcpy(invoker, "/bin/sh");
98 if (invoker[0] != '\0') {
99 status = __parse_invoke_line(invoker, &newArgs, &args, &argCount, path);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.h136 // add the given invoker to be retargeted to this
140 BInvoker* invoker);
143 BInvoker* invoker);
H A DTransportView.cpp831 // add the given invoker to be retargeted to this
836 BInvoker* invoker) {
838 m_localTargets.push_back(invoker);
840 invoker->SetTarget(this);
844 BInvoker* invoker) {
846 m_groupTargets.push_back(invoker);
848 invoker->SetTarget(m_group);
835 _addLocalTarget( BInvoker* invoker) argument
843 _addGroupTarget( BInvoker* invoker) argument
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp378 fixup_shebang(char *invoker) argument
380 while (*invoker == ' ' || *invoker == '\t')
381 ++invoker;
384 if (memcmp(invoker, "/usr/bin/", strlen("/usr/bin/")) == 0)
385 memmove(invoker, invoker + 4, strlen(invoker + 4) + 1);
396 test_executable(const char *name, char *invoker) argument
450 if (invoker) {
[all...]
/haiku/src/tests/kits/app/bmessenger/
H A DSendMessageTester.cpp54 void Run(SMInvoker &invoker, bigtime_t targetUnblock, argument
95 status_t actualResult = invoker.Invoke(targetMessenger, replyHandler,
102 bool actualReplySuccess = invoker.ReplySuccess();
103 if (!invoker.DirectReply())
/haiku/src/system/libroot/os/
H A Dimage.cpp206 char invoker[B_FILE_NAME_LENGTH]; local
216 status_t status = __test_executable(path, invoker);
220 if (invoker[0]) {
221 status = __parse_invoke_line(invoker, &newArgs,
414 __parse_invoke_line(char *invoker, char ***_newArgs, argument
418 char *arg = invoker;
432 // copy invoker and old arguments and to newArgs
434 for (i = 0; (arg = next_argument(&invoker, true)) != NULL; i++) {
462 __test_executable(const char *path, char *invoker) argument
464 return __gRuntimeLoader->test_executable(path, invoker);
[all...]
/haiku/headers/os/interface/
H A DAlert.h70 status_t Go(BInvoker* invoker);
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp256 struct task invoker; member in struct:usb_xfer
514 TASK_INIT(&xfer->invoker, 0, usbd_invoker, xfer);
515 taskqueue_enqueue(sUSBTaskqueue, &xfer->invoker);
/haiku/src/kits/interface/
H A DAlert.cpp314 BAlert::Go(BInvoker* invoker) argument
316 fInvoker = invoker;

Completed in 272 milliseconds