Searched refs:sig (Results 26 - 50 of 64) sorted by relevance

123

/haiku/src/bin/unzip/
H A Dlist.c156 if (readbuf(__G__ G.sig, 4) == 0)
158 if (strncmp(G.sig, central_hdr_sig, 4)) { /* is it a CentDir entry? */
171 return PK_BADERR; /* sig not found */
455 if (strncmp(G.sig, end_central_sig, 4)) { /* just to make sure again */
457 error_in_archive = PK_WARN; /* didn't find sig */
522 if (readbuf(__G__ G.sig, 4) == 0)
524 if (strncmp(G.sig, central_hdr_sig, 4)) { /* is it a CentDir entry? */
537 return PK_BADERR; /* sig not found */
614 if (strncmp(G.sig, end_central_sig, 4)) { /* just to make sure again */
H A Dglobals.h212 char sig[4]; member in struct:Globals
H A Dprocess.c777 if (error != PK_OK || readbuf(__G__ G.sig, 4) == 0) {
781 if (strncmp(G.sig, central_hdr_sig, 4))
783 if ((error != PK_OK) || (readbuf(__G__ G.sig, 4) == 0) ||
784 strncmp(G.sig, central_hdr_sig, 4))
793 if ((error != PK_OK) || (readbuf(__G__ G.sig, 4) == 0) ||
794 strncmp(G.sig, central_hdr_sig, 4))
952 /* sig may span block boundary: */
981 /* sig may span block boundary: */
H A Dextract.c150 static ZCONST char Far LocalHdrSig[] = "local header sig";
355 if (readbuf(__G__ G.sig, 4) == 0) {
360 if (strncmp(G.sig, central_hdr_sig, 4)) { /* is it a new entry? */
370 (strncmp(G.sig, end_central_sig, 4) != 0);
929 /* should be in proper position now, so check for sig */
930 if (readbuf(__G__ G.sig, 4) == 0) { /* bad offset */
936 if (strncmp(G.sig, local_hdr_sig, 4)) {
940 GRRDUMP(G.sig, 4)
954 (readbuf(__G__ G.sig, 4) == 0)) { /* bad offset */
961 if (strncmp(G.sig, local_hdr_si
[all...]
H A Dfileio.c2260 ulg makelong(sig)
2261 ZCONST uch *sig;
2267 return (((ulg)sig[3]) << 24)
2268 + (((ulg)sig[2]) << 16)
2269 + (((ulg)sig[1]) << 8)
2270 + ((ulg)sig[0]);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h341 unsigned int sig:1; member in struct:ieee_double_extract::__anon5517
352 unsigned int sig:1; member in struct:ieee_double_extract::__anon5518
367 unsigned int sig:1; member in struct:ieee_double_extract::__anon5519
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp40 suspendHandler(int sig) { argument
/haiku/src/apps/mail/
H A DPrefs.h65 char** preamble, char** sig,
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);
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
/haiku/src/bin/
H A Dshutdown.cpp35 handle_usr1(int sig) argument
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/tests/kits/interface/pictureprint/
H A DPreview.cpp283 PreviewApp(const char* sig) : BApplication(sig) { } argument
/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/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/apps/deskbar/
H A DTeamMenu.cpp146 barInfo->icon, barInfo->name, barInfo->sig, maxItemWidth);
149 && strcasecmp(barInfo->sig, kTrackerSignature) == 0) {
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) {
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c308 char *sig = (char *)buf; local
309 strcpy(sig, "radeon.accelerant");
/haiku/headers/private/kernel/
H A Dksignal.h233 status_t _user_sigaction(int sig, const struct sigaction *newAction,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.h231 static void _SignalHandler(int sig);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h120 uint32 sig; // Signature member in struct:__anon41
/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/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp411 _EXPORT int send_signal_etc(pid_t thid, uint sig, uint32 flags) argument
413 return send_signal(thid, sig);
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c635 char *sig = (char *)buf; local
636 strcpy(sig, "et6000.accelerant");
/haiku/src/libs/libtelnet/
H A Dauth.c555 auth_intr(int sig __unused)

Completed in 165 milliseconds

123