/openbsd/lib/libkeynote/ |
H A D | keynote-sign.c | 51 int fd, flg = 0, buflen; in keynote_sign() local 64 flg = 1; in keynote_sign() 66 if (argc > 4 + flg) in keynote_sign() 68 begin = atoi(argv[4 + flg]); in keynote_sign() 76 if (argc > 5 + flg) in keynote_sign() 78 prlen = atoi(argv[5 + flg]); in keynote_sign() 87 if (argv[1 + flg][strlen(argv[1 + flg]) - 1] != ':') in keynote_sign() 89 int len = strlen(argv[1 + flg]) + 2; in keynote_sign() 103 algname = argv[1 + flg]; in keynote_sign() 109 perror(argv[2 + flg]); in keynote_sign() [all …]
|
/openbsd/bin/pax/ |
H A D | options.c | 322 flg |= AF; in pax_options() 328 flg |= BF; in pax_options() 339 flg |= CF; in pax_options() 346 flg |= DF; in pax_options() 353 flg |= FF; in pax_options() 360 flg |= IF; in pax_options() 373 flg |= KF; in pax_options() 380 flg |= LF; in pax_options() 387 flg |= NF; in pax_options() 393 flg |= OF; in pax_options() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 981001-1.c | 3 unsigned long flg = 0; variable 32 flg |= NG; in main() 34 if (flg) in main()
|
/openbsd/usr.bin/signify/ |
H A D | zsig.c | 32 uint8_t flg; member 90 h->flg = buf[3]; in readgz_header() 99 if (h->flg & ~ (FCOMMENT_FLAG | FNAME_FLAG)) in readgz_header() 105 if (h->flg & FNAME_FLAG) { in readgz_header() 114 if (h->flg & FCOMMENT_FLAG) { in readgz_header() 122 if (h->flg & FNAME_FLAG) in readgz_header() 201 if (!(h.flg & FCOMMENT_FLAG)) in zverify()
|
/openbsd/games/hack/ |
H A D | hack.end.c | 309 int flg = 0; in topten() local 366 flg++; /* ask for a rewrite */ in topten() 384 flg++; in topten() 397 if(flg) { /* rewrite record file */ in topten() 417 if(flg) fprintf(rfile,"%6s %d %d %d %d %d %ld %c%c %s,%s\n", in topten() 623 int flg = 0; in prscore() local 679 flg++; in prscore() 689 flg++; in prscore() 694 if(!flg) { in prscore()
|
/openbsd/sys/dev/wsfont/ |
H A D | wsfont.c | 133 u_short flg; member 141 .flg = WSFONT_STATIC | WSFONT_BUILTIN } 513 ent->flg = 0; in wsfont_add() 524 ent->flg = 0; in wsfont_add() 527 ent->flg = WSFONT_STATIC; in wsfont_add()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | ospf6.h | 127 u_int8_t flg; member 130 #define rla_flags rla_flgandopt.flg
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
H A D | 005defhdr.t | 251 my $flg = (($level & 0x03) << 6) ; 252 $flg |= (($fdict & 0x01) << 5) ; 253 my $fcheck = 31 - ($cmf * 256 + $flg) % 31 ; 254 $flg |= $fcheck ; 257 return pack("CC", $cmf, $flg) ;
|
/openbsd/games/gomoku/ |
H A D | pickmove.c | 944 int nframes, s, flg = 0; in updatecombo() local 955 flg = cbp->c_flg; in updatecombo() 972 i = (flg & C_OPEN_1) ? 6 : 5; in updatecombo() 996 i = (flg & C_OPEN_0) ? 6 : 5; in updatecombo() 1068 flg = 0; in checkframes() 1085 flg = cbp->c_flg; in checkframes() 1086 n = i + ((flg & C_OPEN_1) != 0); in checkframes() 1112 if ((flg & C_OPEN_1) && in checkframes() 1130 n = i + ((flg & C_OPEN_0) != 0); in checkframes() 1162 if ((flg & C_OPEN_0) && in checkframes() [all …]
|
/openbsd/usr.bin/mg/ |
H A D | paragraph.c | 330 char flg; in transposepara() local 344 flg = curbp->b_flag; in transposepara() 359 curbp->b_flag = flg; in transposepara()
|
/openbsd/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/ |
H A D | Simple.pm | 89 my ($pre,$op,$ld1,$str1,$rd1,$ld2,$str2,$rd2,$flg) = @{$_}[2..10]; 102 $result .= "$str2$rd2$flg";
|
/openbsd/sys/dev/rasops/ |
H A D | rasops.c | 538 rasops_pack_cattr(void *cookie, int fg, int bg, int flg, uint32_t *attr) in rasops_pack_cattr() argument 542 if ((flg & WSATTR_BLINK) != 0) in rasops_pack_cattr() 545 if ((flg & WSATTR_WSCOLORS) == 0) { in rasops_pack_cattr() 550 if ((flg & WSATTR_REVERSE) != 0) { in rasops_pack_cattr() 557 if ((flg & WSATTR_HILIT) != 0 && fg < 8) in rasops_pack_cattr() 560 *attr = (bg << 16) | (fg << 24) | (flg & WSATTR_UNDERLINE); in rasops_pack_cattr() 568 rasops_pack_mattr(void *cookie, int fg, int bg, int flg, uint32_t *attr) in rasops_pack_mattr() argument 572 if ((flg & (WSATTR_BLINK | WSATTR_HILIT | WSATTR_WSCOLORS)) != 0) in rasops_pack_mattr() 578 if ((flg & WSATTR_REVERSE) != 0) { in rasops_pack_mattr() 584 *attr = (bg << 16) | (fg << 24) | (flg & WSATTR_UNDERLINE); in rasops_pack_mattr() [all …]
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 1375.chain | 17 AHu6ovGuAjJmCD5HqH2GW+flg+77R1cVzy05q3xeFdNg6XQr53nUTbBM+fPinitJ
|
/openbsd/usr.bin/lex/ |
H A D | tables.c | 55 #define TFLAGS_CLRDATA(flg) ((flg) & ~(YYTD_DATA8 | YYTD_DATA16 | YYTD_DATA32)) argument
|
/openbsd/sys/kern/ |
H A D | kern_descrip.c | 410 int i, prev, tmp, newmin, flg = F_POSIX; in sys_fcntl() local 514 flg |= F_WAIT; in sys_fcntl() 554 error = VOP_ADVLOCK(vp, fdp, F_SETLK, &fl, flg); in sys_fcntl() 563 error = VOP_ADVLOCK(vp, fdp, F_SETLK, &fl, flg); in sys_fcntl()
|
/openbsd/gnu/usr.bin/perl/t/comp/ |
H A D | require.t | 25 my @files_to_delete = qw (bleah.pm bleah.do bleah.flg blorn.pm blunge.pm
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | pmap.c | 117 #define DPRINTF(flg, stmt) \ argument 119 if (pmap_debug & (flg)) \ 125 #define DPRINTF(flg, stmt) do { } while (0) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coff-arm.c | 63 #define SET_INTERWORK_FLAG(abfd, flg) \ argument 67 coff_data (abfd)->flags |= (flg) | F_INTERWORK_SET; \
|
/openbsd/sys/arch/loongson/dev/ |
H A D | smfb.c | 339 smfb_burner(void *v, uint on, uint flg) in smfb_burner() argument
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coff-arm.c | 65 #define SET_INTERWORK_FLAG(abfd, flg) \ argument 69 coff_data (abfd)->flags |= (flg) | F_INTERWORK_SET; \
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | m32c.opc | 94 "a0", "a1", "r2r0", "r3r1", "sp", "fb", "dct0", "dct1", "flg", "svf",
|
H A D | m32c.cpu | 1554 (values keyword "" (("dct0" 0) ("dct1" 1) ("flg" 2) ("svf" 3) ("drc0" 4) 1576 (values keyword "" (("intbl" 1) ("intbh" 2) ("flg" 3) ("isp" 4)
|