Home
last modified time | relevance | path

Searched refs:setflag (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_match.c94 int setflag; member
303 if (a->setflag & ID_IS_SET) in archive_match_excluded()
567 a->setflag |= PATTERN_IS_SET; in add_pattern_mbs()
587 a->setflag |= PATTERN_IS_SET; in add_pattern_wcs()
1075 a->setflag |= TIME_IS_SET; in set_timefilter()
1081 a->setflag |= TIME_IS_SET; in set_timefilter()
1089 a->setflag |= TIME_IS_SET; in set_timefilter()
1095 a->setflag |= TIME_IS_SET; in set_timefilter()
1456 a->setflag |= TIME_IS_SET; in add_entry()
1741 a->setflag |= ID_IS_SET; in add_owner_id()
[all …]
H A Darchive_read_support_format_lha.c160 int setflag; member
555 lha->setflag = 0; in archive_read_format_lha_read_header()
713 if (lha->setflag & ATIME_IS_SET) in archive_read_format_lha_read_header()
837 lha->setflag |= CRC_IS_SET; in lha_read_file_header_0()
853 lha->setflag |= UNIX_MODE_IS_SET; in lha_read_file_header_0()
939 lha->setflag |= CRC_IS_SET; in lha_read_file_header_1()
1015 lha->setflag |= CRC_IS_SET; in lha_read_file_header_2()
1096 lha->setflag |= CRC_IS_SET; in lha_read_file_header_3()
1416 lha->setflag |= UNIX_MODE_IS_SET in lha_read_file_extended_header()
1427 lha->setflag |= UNIX_MODE_IS_SET in lha_read_file_extended_header()
[all …]
/freebsd-13.1/contrib/byacc/
H A Dmain.c239 setflag(int ch) in setflag() function
338 setflag(ch); in getargs()
415 setflag(ch); in getargs()
427 setflag(ch); in getargs()
H A DCHANGES2812 new function setflag().
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_table.c1401 pfr_set_tflags(struct pfr_table *tbl, int size, int setflag, int clrflag, in pfr_set_tflags() argument
1409 if ((setflag & ~PFR_TFLAG_USRMASK) || in pfr_set_tflags()
1411 (setflag & clrflag)) in pfr_set_tflags()
1421 p->pfrkt_nflags = (p->pfrkt_flags | setflag) & in pfr_set_tflags()