OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldpathc
(Results
1 - 1
of
1
) sorted by null
/external/openssh/openbsd-compat/
glob.c
461
int c, err,
oldpathc
;
local
465
oldpathc
= pglob->gl_pathc;
543
if (pglob->gl_pathc ==
oldpathc
) {
552
qsort(pglob->gl_pathv + pglob->gl_offs +
oldpathc
,
553
pglob->gl_pathc -
oldpathc
, sizeof(char *), compare);
Completed in 132 milliseconds