Searched refs:sigs (Results 26 - 50 of 53) sorted by relevance

123

/macosx-10.10.1/less-25/less/
H A Dcommand.c25 extern int sigs;
946 if (sigs)
964 if (sigs)
970 if (sigs)
1167 while (!sigs)
1177 if (sigs && !ABORT_SIGS())
H A Dforwback.c27 extern int sigs;
H A Dinput.c28 extern int sigs;
H A Dos.c62 extern int sigs;
H A Dch.c105 extern int sigs;
307 if (sigs)
H A Dtags.c24 extern int sigs;
555 if (sigs)
H A Dlinenum.c71 extern int sigs;
H A Dless.h471 #define ABORT_SIGS() (sigs & (S_INTERRUPT|S_STOP))
H A Doutput.c26 extern int sigs;
H A Dedit.c26 extern int sigs;
H A Dline.c48 extern int sigs;
H A Dsearch.c49 extern int sigs;
H A Dscreen.c233 extern int sigs;
/macosx-10.10.1/remote_cmds-47/rlogin.tproj/
H A Drlogin.c500 sigset_t sigs; local
502 sigemptyset(&sigs);
503 sigaddset(&sigs, sig);
504 sigprocmask(SIG_BLOCK, &sigs, &sigs);
513 (void)sigprocmask(SIG_SETMASK, &sigs, (sigset_t *) 0);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.cpp312 if (FILE *sigs = fopen(sigfile, "r")) {
315 while (const BlobCore *blob = BlobCore::readBlob(sigs)) {
320 fclose(sigs);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.cpp312 if (FILE *sigs = fopen(sigfile, "r")) {
315 while (const BlobCore *blob = BlobCore::readBlob(sigs)) {
320 fclose(sigs);
/macosx-10.10.1/screen-22/screen/
H A Dattacher.c657 sigret_t (*sigs[NSIG])__P(SIGPROTOARG);
660 sigs[sig] = signal(sig, sig == SIGCHLD ? SIG_DFL : SIG_IGN);
736 if (sigs[sig] != (sigret_t(*)__P(SIGPROTOARG)) -1)
737 signal(sig, sigs[sig]);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddnssec.c1382 dns_rdataset_t sigs; local
1387 dns_rdataset_init(&sigs);
1388 dns_rdataset_clone(rrsigs, &sigs);
1397 for (result = dns_rdataset_first(&sigs);
1399 result = dns_rdataset_next(&sigs)) {
1403 dns_rdataset_current(&sigs, &rdata);
1418 if (dns_rdataset_isassociated(&sigs))
1419 dns_rdataset_disassociate(&sigs);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Djobs.c2302 if (!strcasecmp(sigs[sig], signame))
2331 printf("%s\n", sigs[sig]);
2339 printf("%s", sigs[1]);
2341 printf(" %s", sigs[sig]);
2376 if (!strcmp(*(sigs + sig), signame))
2481 if (!strcmp(s, sigs[i]))
2508 return sigs[sig];
2532 sprintf(fname, "TRAP%s", sigs[sig]);
H A Dsignals.c808 zerr("can't trap SIG%s in interactive shells", sigs[sig]);
1215 name = (char *) zalloc(5 + strlen(sigs[sig]));
1216 sprintf(name, "TRAP%s", sigs[sig]);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetrrset.c63 * unsigned int rri_nsigs; // size of sigs array
249 memcpy(rrset->rri_sigs[i].rdi_data, response->sigs[i],
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dlwres.h202 unsigned char **sigs; member in struct:__anon6571
/macosx-10.10.1/libresolv-57/
H A Dres_send.c1571 sigset_t sigs; local
1580 if (sigmask) sigprocmask(SIG_SETMASK, sigmask, &sigs);
1582 if (sigmask) sigprocmask(SIG_SETMASK, &sigs, NULL);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpine.vim221 syn keyword pineOption disable-pipes-in-sigs
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DAUTHORS263 CWRU/misc/sigs.c Chet Ramey

Completed in 419 milliseconds

123