Home
last modified time | relevance | path

Searched refs:zflag (Results 1 – 6 of 6) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_set.c162 int i, j, zflag, exponent, sign; in m_apm_set_string() local
268 zflag = TRUE; in m_apm_set_string()
274 zflag = FALSE; in m_apm_set_string()
295 if (zflag) in m_apm_set_string()
/haiku/src/bin/unzip/
H A Dunzip.c1450 uO.zflag = MAX(uO.zflag-negative,0);
1453 ++uO.zflag;
1548 if (uO.cflag || uO.tflag || uO.vflag || uO.zflag
H A Dprocess.c674 if ((uO.zflag > 0) && !uO.zipinfo_mode) { /* unzip: zflag = comment ONLY */
1062 if (G.ecrec.zipfile_comment_length && (uO.zflag > 0)) in uz_end_central()
1064 if (G.ecrec.zipfile_comment_length && (uO.zflag > 0 || in uz_end_central()
1065 (uO.zflag == 0 && in uz_end_central()
H A Dunzip.h463 int zflag; /* -z: display the zipfile comment (only, for unzip) */ member
H A Dapi.c546 !uO.cflag && !uO.tflag && !uO.vflag && !uO.zflag in UzpValidate()
H A Dzipinfo.c536 uO.zflag = negative = 0;
538 uO.zflag = 1;
574 uO.zflag = FALSE;
677 } else if (uO.zflag && G.ecrec.zipfile_comment_length) { in zi_end_central()