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

/illumos-gate/usr/src/common/util/
H A Dqsort.c124 char *b_dup; /* bottom duplicate */ local
292 * Two duplicate records pointers are (b_dup and t_dup) are
296 * b_dup or t_dup and the duplicate pointer will be
309 * b_dup or t_dup is ever equal to m2,
311 * b_dup or t_dup is incremented with out swapping records.
317 b_dup = b_par = b_lim;
331 if (b_dup == m2) {
333 } else if (b_dup != b_par) {
334 (*swapf)(b_dup, b_par, loops);
336 b_dup
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c737 extern int b_dup(int argc, char *argv[], void *extra) function

Completed in 74 milliseconds