Searched refs:ndewey (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sbin/ldconfig/
H A Dldconfig.c86 int ndewey; member in struct:shlib_list
292 int dewey[MAXDEWEY], ndewey; local
333 ndewey = getdewey(dewey, cp + 4);
334 if (ndewey < 2)
336 enter(dir, dp->d_name, name, dewey, ndewey);
344 enter(char *dir, char *file, char *name, int dewey[], int ndewey) argument
353 if (cmpndewey(dewey, ndewey, shp->dewey, shp->ndewey) > 0) {
366 shp->ndewey = ndewey;
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_module.c182 int i, len, major, minor, ndewey, n_search_dirs; local
192 ndewey = 0;
236 if (_cmpndewey(tmp, n, dewey, ndewey) <= 0)
245 ndewey = n;

Completed in 107 milliseconds