Searched refs:hilo (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libpkgver/
H A Dcolcomp.c41 int hilo = 0; /* comparison value */ local
48 hilo = (*s1 < *s2) ? -1 : (*s1 > *s2) ? 1 : 0;
54 if (!hilo)
55 hilo = (*s1 < *s2) ? -1 : (*s1 > *s2) ? 1 : 0;
60 hilo = 1; /* s2 is first */
62 hilo = -1; /* s1 is first */
63 if (hilo)
69 hilo = -1; /* s1 must come first */
74 hilo = 1; /* s2 must come first */
77 hilo
[all...]
/freebsd-9.3-release/usr.bin/stat/
H A Dstat.c390 int flags, size, prec, ofmt, hilo, what; local
519 fmtcase(hilo, HIGH_PIECE);
520 fmtcase(hilo, MIDDLE_PIECE);
521 fmtcase(hilo, LOW_PIECE);
523 hilo = 0;
559 flags, size, prec, ofmt, hilo, what);
585 int hilo, int what)
603 * First, pick out the data and tweak it based on hilo or
621 if (hilo == HIGH_PIECE) {
623 hilo
580 format1(const struct stat *st, const char *file, const char *fmt, int flen, char *buf, size_t blen, int flags, int size, int prec, int ofmt, int hilo, int what) argument
[all...]

Completed in 56 milliseconds