Searched refs:flg (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/bin/pax/
H A Doptions.c189 unsigned int flg = 0; local
204 flg |= AF;
210 flg |= BF;
221 flg |= CF;
228 flg |= DF;
235 flg |= FF;
242 flg |= IF;
249 flg |= KF;
256 flg |= LF;
263 flg |
1275 printflg(unsigned int flg) argument
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dforces.h147 static inline const char *ForCES_ACKp(u_int32_t flg) argument
149 if (flg == 0x0)
151 if (flg == 0x1)
153 if (flg == 0x2)
155 if (flg == 0x3)
160 static inline const char *ForCES_EMp(u_int32_t flg) argument
162 if (flg == 0x0)
164 if (flg == 0x1)
166 if (flg == 0x2)
168 if (flg
173 ForCES_ATp(u_int32_t flg) argument
182 ForCES_TPp(u_int32_t flg) argument
[all...]
H A Dospf6.h122 u_int8_t flg; member in union:lsa6::__anon4262::__anon4263::__anon4264
125 #define rla_flags rla_flgandopt.flg
/freebsd-10.0-release/contrib/file/
H A Dcompress.c316 unsigned char flg = old[3]; local
321 if (flg & FEXTRA) {
326 if (flg & FNAME) {
331 if(flg & FCOMMENT) {
336 if(flg & FHCRC)
/freebsd-10.0-release/sys/kern/
H A Dsubr_devstat.c377 devstat_trans_flags flg; local
384 flg = DEVSTAT_FREE;
386 flg = DEVSTAT_READ;
388 flg = DEVSTAT_WRITE;
390 flg = DEVSTAT_NO_DATA;
393 DEVSTAT_TAG_SIMPLE, flg, NULL, &bp->bio_t0);
H A Dkern_descrip.c461 int error, flg, tmp; local
467 flg = F_POSIX;
535 tmp = flg = fp->f_flag;
538 } while(atomic_cmpset_int(&fp->f_flag, flg, tmp) == 0);
582 flg = F_REMOTE;
586 flg |= F_WAIT;
626 flp, flg);
637 flp, flg);
641 flp, flg);
648 if (flg !
[all...]
/freebsd-10.0-release/sys/dev/cfe/
H A Dcfe_api.h182 int cfe_flushcache(int flg);
186 int cfe_getstdhandle(int flg);
H A Dcfe_api.c228 cfe_flushcache(int flg) argument
235 xiocb.xiocb_flags = flg;
328 cfe_getstdhandle(int flg) argument
335 xiocb.xiocb_flags = flg;
/freebsd-10.0-release/sys/i386/include/
H A Dcserial.h503 int (*read) (chan_t *h, unsigned short flg, char *buf, int len);
504 int (*write) (chan_t *h, unsigned short flg, const char *buf, int len);
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.who.c539 int flg; local
578 for (flg = isdigit((unsigned char)*pb) ? '\0' : '.';
579 *pb != '\0' && (*pb != flg || ((pb = strchr(pb, ':')) != 0));
582 flg = '\0';
/freebsd-10.0-release/contrib/flex/
H A Dtables.c54 #define TFLAGS_CLRDATA(flg) ((flg) & ~(YYTD_DATA8 | YYTD_DATA16 | YYTD_DATA32))
/freebsd-10.0-release/sys/dev/ed/
H A Dif_edvar.h280 #define ED_FLAGS_GETTYPE(flg) ((flg) & 0xff0000)
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c149 unsigned flg; member in struct:file
454 if (file->flg & MTIME_IS_SET)
456 if (file->flg & CTIME_IS_SET)
458 if (file->flg & ATIME_IS_SET)
1156 make_time(struct archive_write *a, uint8_t type, unsigned flg, int ti) argument
1203 if (file->flg & flg)
1232 if ((file->flg & flg) == 0)
1534 file->flg |
[all...]
H A Darchive_read_support_format_7zip.c186 unsigned flg; member in struct:_7zip_entry
625 if (zip_entry->flg & MTIME_IS_SET)
628 if (zip_entry->flg & CTIME_IS_SET)
631 if (zip_entry->flg & ATIME_IS_SET)
738 if ((zip->entry->flg & CRC32_IS_SET) && bytes)
745 if ((zip->entry->flg & CRC32_IS_SET) &&
2470 entries[i].flg |= HAS_STREAM;
2473 if (entries[i].flg & HAS_STREAM) {
2479 entries[i].flg |= CRC32_IS_SET;
2516 if ((entries[i].flg
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-arm.c63 #define SET_INTERWORK_FLAG(abfd, flg) \
67 coff_data (abfd)->flags |= (flg) | F_INTERWORK_SET; \
/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c3240 struct sctp_nets *net, uint8_t flg)
3280 if (((flg & SCTP_BADCRC) == 0) &&
3281 ((flg & SCTP_FROM_MIDDLE_BOX) == 0)) {
3285 ((flg & SCTP_FROM_MIDDLE_BOX) == 0)) {
3290 (flg & SCTP_FROM_MIDDLE_BOX)) {
3239 process_chunk_drop(struct sctp_tcb *stcb, struct sctp_chunk_desc *desc, struct sctp_nets *net, uint8_t flg) argument

Completed in 313 milliseconds