Home
last modified time | relevance | path

Searched refs:getcomponent (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/bin/sh/
H A Dcd.c71 static char *getcomponent(char **);
206 while ((q = getcomponent(&path)) != NULL) { in cdlogical()
259 getcomponent(char **path) in getcomponent() function
300 while ((p = getcomponent(&path)) != NULL) { in findcwd()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c362 getcomponent(const char *path, char *component, const char **nextp) in getcomponent() function
428 err = getcomponent(name, buf, &next); in dsl_dir_hold()
446 err = getcomponent(next, buf, &nextnext); in dsl_dir_hold()