HomeSort by: relevance | last modified time | path
    Searched defs:getcomponent (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
cd.c 72 STATIC char *getcomponent(void);
212 while ((q = getcomponent()) != NULL) {
256 getcomponent(void) function
325 while ((p = getcomponent()) != NULL) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_dir.c 357 getcomponent(const char *path, char *component, const char **nextp) function
423 err = getcomponent(name, buf, &next);
441 err = getcomponent(next, buf, &nextnext);

Completed in 16 milliseconds