HomeSort by: relevance | last modified time | path
    Searched defs:setflag (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/byacc/dist/
main.c 300 setflag(int ch) function
449 setflag(ch);
527 setflag(ch);
539 setflag(ch);
  /src/external/bsd/libarchive/dist/libarchive/
archive_match.c 94 int setflag; member in struct:archive_match
290 if (a->setflag & PATTERN_IS_SET) {
300 if (a->setflag & TIME_IS_SET) {
306 if (a->setflag & ID_IS_SET)
471 if ((a->setflag & PATTERN_IS_SET) == 0)
572 a->setflag |= PATTERN_IS_SET;
592 a->setflag |= PATTERN_IS_SET;
1029 if ((a->setflag & TIME_IS_SET) == 0)
1078 a->setflag |= TIME_IS_SET;
1084 a->setflag |= TIME_IS_SET
    [all...]
archive_read_support_format_lha.c 161 int setflag; member in struct:lha
554 lha->setflag = 0;
673 if ((lha->setflag & UNIX_MODE_IS_SET) == 0 &&
702 if (lha->setflag & BIRTHTIME_IS_SET) {
712 if (lha->setflag & ATIME_IS_SET)
836 lha->setflag |= CRC_IS_SET;
852 lha->setflag |= UNIX_MODE_IS_SET;
938 lha->setflag |= CRC_IS_SET;
1014 lha->setflag |= CRC_IS_SET;
1097 lha->setflag |= CRC_IS_SET
    [all...]

Completed in 39 milliseconds