Searched refs:sig (Results 1 - 25 of 64) sorted by last modified time

123

/haiku/src/libs/bsd/
H A Dsignal.c47 pthread_sigqueue(pthread_t thread, int sig, const union sigval userValue) argument
53 error = _kern_send_signal(thread->id, sig, &userValue,
/haiku/headers/compatibility/bsd/
H A Dsignal.h16 #define sigmask(sig) (1 << ((sig) - 1))
25 int pthread_sigqueue(pthread_t thread, int sig, const union sigval value);
/haiku/src/bin/network/ping/
H A Dmain.c203 onsignal(int sig) argument
205 switch (sig) {
/haiku/src/apps/deskbar/
H A DSwitcher.cpp456 barTeamInfo->flags, barTeamInfo->name, barTeamInfo->sig);
514 if (message->FindString("sig", &signature) != B_OK)
537 const char* signature = message->FindString("sig");
H A DExpandoMenuBar.cpp154 message->FindString("sig", &signature);
193 AddTeam(message->FindInt32("team"), message->FindString("sig"));
487 = items.find(BString(barInfo->sig).ToLower());
491 barInfo->icon, barInfo->name, barInfo->sig, itemWidth);
494 && strcasecmp(barInfo->sig, kTrackerSignature) == 0) {
508 && strcasecmp(barInfo->sig, kTrackerSignature) == 0) {
H A DTeamMenu.cpp146 barInfo->icon, barInfo->name, barInfo->sig, maxItemWidth);
149 && strcasecmp(barInfo->sig, kTrackerSignature) == 0) {
H A DBarApp.cpp870 TBarApp::AddTeam(team_id team, uint32 flags, const char* sig, entry_ref* ref) argument
873 || strcasecmp(sig, kDeskbarSignature) == 0) {
890 if (strcasecmp(barInfo->sig, sig) == 0)
901 message.AddString("sig", multiLaunchTeam->sig);
916 BarTeamInfo* barInfo = new BarTeamInfo(new BList(), flags, strdup(sig),
938 message.AddString("sig", barInfo->sig);
985 && strcasecmp(barInfo->sig, kDeskbarSignatur
1166 BarTeamInfo(BList* teams, uint32 flags, char* sig, char* name, BBitmap* icon) argument
[all...]
H A DBarApp.h103 char* sig, char* name, BBitmap* icon = NULL);
113 char* sig; member in class:BarTeamInfo
165 const char* sig, entry_ref*);
/haiku/src/servers/registrar/
H A DRecentEntries.h46 std::string sig; member in struct:recent_entry
H A DRecentEntries.cpp54 sig(appSig),
118 if ((*item)->ref == *ref && !strcasecmp((*item)->sig.c_str(), appSig)) {
185 // Filter by app sig
186 if (appSig != NULL && strcasecmp((*item)->sig.c_str(), appSig))
259 (*item)->sig.c_str(), (*item)->index);
276 the index values for each entry/sig pair to reflect the current
320 fprintf(file, " \"%s\" %" B_PRId32, entry->sig.c_str(),
/haiku/headers/private/system/
H A Dsyscalls.h231 extern status_t _kern_sigaction(int sig, const struct sigaction *action,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp2641 OpenSoundNode::_SignalHandler(int sig) argument
/haiku/src/apps/mail/
H A DPrefs.cpp92 int32* replyTo, char** preamble, char** sig, uint32* encoding,
121 fNewSignature(sig),
234 fSignatureMenu = _BuildSignatureMenu(*sig);
235 menu = new BMenuField("sig", B_TRANSLATE("Auto signature:"),
689 TPrefsWindow::_BuildSignatureMenu(char* sig) argument
705 if (!strcmp(sig, B_TRANSLATE("None")))
711 if (!strcmp(sig, B_TRANSLATE("Random")))
727 if (!strcmp(sig, name))
90 TPrefsWindow(BPoint leftTop, BFont* font, int32* level, bool* wrap, bool* attachAttributes, bool* cquotes, int32* account, int32* replyTo, char** preamble, char** sig, uint32* encoding, bool* warnUnencodable, bool* spellCheckStartOn, bool* autoMarkRead, uint8* buttonBar) argument
H A DSignature.cpp228 char* sig = (char*)malloc(size); local
229 if (sig == NULL)
232 size = fFile->Read(sig, size);
233 fSigView->fTextView->SetText(sig, size);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp229 pthread_kill(pthread_t thread, int sig) argument
231 status_t status = send_signal(thread->id, (uint)sig);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h120 uint32 sig; // Signature member in struct:__anon41
H A Dahci_port.cpp327 fIsATAPI = fRegs->sig == SATA_SIG_ATAPI;
335 TRACE("device signature 0x%08" B_PRIx32 " (%s)\n", fRegs->sig,
336 fRegs->sig == SATA_SIG_ATAPI ? "ATAPI" : fRegs->sig == SATA_SIG_ATA
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_signals.c18 static void exit_handler(int sig) argument
20 (void) sig;
25 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) argument
35 if (sigaction(sig, NULL, &old_sa) == -1) {
41 sigaction(sig, &sa, NULL) == -1) {
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp283 PreviewApp(const char* sig) : BApplication(sig) { } argument
/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp128 "imposter/this-is-not-an-app-sig-now-is-it?",
130 "application/x-vnd.obos-recent-tests-app-sig-4",
142 status_t set_test_app_attributes(const entry_ref *app, const char *sig, const int32 *flags);
184 \param sig If \c non-NULL, the given signature should be written to the entry's
187 \param sig If \c non-NULL, the given flags should be written to the entry's
192 set_test_app_attributes(const entry_ref *app, const char *sig, const int32 *flags) argument
203 if (sig) {
205 ssize_t bytes = node.WriteAttr(kSigAttr, B_MIME_STRING_TYPE, 0, sig, strlen(sig)+1);
207 err = bytes == (ssize_t)strlen(sig)
244 std::string sig; local
[all...]
/haiku/headers/build/os/app/
H A DRoster.h89 void GetAppList(const char *sig, BList *teamIDList) const;
92 status_t GetAppInfo(const char *sig, app_info *info) const;
/haiku/src/bin/network/telnetd/
H A Dsys_term.c1361 cleanup(int sig __unused)
/haiku/src/bin/
H A Durlwrapper.cpp263 BString sig; local
265 sig = host << "/" << path;
267 if (be_roster->GetAppInfo(sig.String(), &info) == B_OK) {
268 BMessenger msgr(sig.String());
272 if (be_roster->Launch(sig.String(), &msg) == B_OK)
/haiku/src/kits/locale/
H A DCatalog.cpp135 BCatalog::GetSignature(BString* sig) argument
141 if (sig == NULL)
147 *sig = fCatalogData->fSignature;
/haiku/headers/posix/arpa/
H A Dnameser.h253 unsigned char sig[NS_PACKETSZ]; member in struct:ns_tcp_tsig_state
425 /* Max length of text sig block */

Completed in 116 milliseconds

123