Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dcd.c69 static char *getcomponent(char **);
204 while ((q = getcomponent(&path)) != NULL) { in cdlogical()
257 getcomponent(char **path) in getcomponent() function
298 while ((p = getcomponent(&path)) != NULL) { in findcwd()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c413 getcomponent(const char *path, char *component, const char **nextp) in getcomponent() function
478 err = getcomponent(name, buf, &next); in dsl_dir_hold()
498 err = getcomponent(next, buf, &nextnext); in dsl_dir_hold()