Home
last modified time | relevance | path

Searched refs:flg (Results 1 – 14 of 14) sorted by relevance

/mirbsd/src/lib/libkeynote/
Dkeynote-sign.c51 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()
91 "colon, fixing.\n", argv[1 + flg]); in keynote_sign()
99 strlcpy(algname, argv[1 + flg], len); in keynote_sign()
[all …]
/mirbsd/src/bin/pax/
Doptions.c237 unsigned int flg = 0; in pax_options() local
252 flg |= AF; in pax_options()
258 flg |= BF; in pax_options()
269 flg |= CF; in pax_options()
276 flg |= DF; in pax_options()
283 flg |= FF; in pax_options()
290 flg |= IF; in pax_options()
309 flg |= KF; in pax_options()
316 flg |= LF; in pax_options()
323 flg |= NF; in pax_options()
[all …]
/mirbsd/src/sys/dev/wsfont/
Dwsfont.c133 u_short flg; member
482 ent->flg = 0;
490 ent->flg = WSFONT_STATIC;
499 ent->flg = 0;
526 if ((ent->flg & WSFONT_BUILTIN) != 0 || ent->lockcount != 0) {
532 if ((ent->flg & WSFONT_STATIC) != 0) {
610 wsfont_getflg(cookie, flg, lc) in wsfont_getflg() argument
611 int cookie, *flg, *lc; in wsfont_getflg()
619 *flg = ent->flg;
/mirbsd/src/sys/dev/rasops/
Drasops.c471 rasops_alloc_cattr(cookie, fg, bg, flg, attr) in rasops_alloc_cattr() argument
473 int fg, bg, flg;
482 if ((flg & WSATTR_BLINK) != 0)
485 if ((flg & WSATTR_WSCOLORS) == 0) {
490 if ((flg & WSATTR_REVERSE) != 0) {
494 if ((flg & WSATTR_WSCOLORS) == 0)
495 flg |= 8;
498 if ((flg & WSATTR_HILIT) != 0)
501 flg = ((flg & WSATTR_UNDERLINE) ? 1 : 0);
504 flg |= 2;
[all …]
/mirbsd/src/usr.bin/file/
Dcompress.c250 unsigned char flg = old[3]; in uncompressgzipped() local
255 if (flg & FEXTRA) { in uncompressgzipped()
260 if (flg & FNAME) { in uncompressgzipped()
265 if(flg & FCOMMENT) { in uncompressgzipped()
270 if(flg & FHCRC) in uncompressgzipped()
/mirbsd/src/lib/libskey/
Dskeylogin.c423 u_char hseed[SKEY_MAX_SEED_LEN], flg = 1, *up; in skey_fakeprompt() local
464 flg = 0; in skey_fakeprompt()
469 flg = 0; in skey_fakeprompt()
476 if (flg == 0) { in skey_fakeprompt()
/mirbsd/src/gnu/usr.bin/perl/lib/Filter/
DSimple.pm81 my ($pre,$op,$ld1,$str1,$rd1,$ld2,$str2,$rd2,$flg) = @{$_}[2..10];
94 $result .= "$str2$rd2$flg";
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_alloc.h349 API_EXPORT(int) ap_popenf(struct pool *, const char *name, int flg, int mode);
350 API_EXPORT(int) ap_popenf_ex(struct pool *, const char *name, int flg, int mode,
/mirbsd/src/sys/dev/i2o/
Diop.c1708 u_int rv, i, nsegs, flg, off, xn; in iop_msg_map() local
1761 flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT; in iop_msg_map()
1763 flg = I2O_SGL_SIMPLE; in iop_msg_map()
1766 p[0] = (u_int32_t)ds->ds_len | flg; in iop_msg_map()
1771 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER; in iop_msg_map()
1810 u_int rv, i, nsegs, off, slen, tlen, flg; in iop_msg_map_bio() local
1865 flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT; in iop_msg_map_bio()
1867 flg = I2O_SGL_SIMPLE; in iop_msg_map_bio()
1870 p[0] = (u_int32_t)ds->ds_len | flg; in iop_msg_map_bio()
1874 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER | in iop_msg_map_bio()
/mirbsd/src/sys/dev/ic/
Ddpt.c747 dpt_alloc_ccb(sc, flg)
749 int flg;
763 if ((flg & XS_CTL_NOSLEEP) != 0) {
766 if ((flg & SCSI_NOSLEEP) != 0) {
/mirbsd/src/sys/kern/
Dkern_descrip.c320 int i, tmp, newmin, flg = F_POSIX; local
420 flg |= F_WAIT;
450 error = (VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg));
459 error = (VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg));
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYMail.c44 int flg = FALSE; in SafeHTUnEscape() local
52 flg = TRUE; in SafeHTUnEscape()
55 if (flg) in SafeHTUnEscape()
/mirbsd/src/usr.sbin/httpd/src/main/
Dalloc.c1993 API_EXPORT(int) ap_popenf_ex(pool *a, const char *name, int flg, int mode, argument
2000 fd = open(name, flg, mode);
2011 API_EXPORT(int) ap_popenf(pool *a, const char *name, int flg, int mode) argument
2013 return ap_popenf_ex(a, name, flg, mode, 0);
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-arm.c63 #define SET_INTERWORK_FLAG(abfd, flg) \ argument
67 coff_data (abfd)->flags |= (flg) | F_INTERWORK_SET; \