Searched defs:bsrch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c488 static off_t bsrch(char *s, int n, off_t l, off_t h);
4954 * lookup and bsrch look through tfile entries to find a match for a name.
4955 * The name can be up to PATH_MAX bytes. bsrch compares what it sees between
4959 * A kludge was added to bsrch to take care of matching on the first entry
4976 a = bsrch(s, i, low, high);
4981 bsrch(char *s, int n, off_t l, off_t h) function

Completed in 66 milliseconds