Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dcd.c63 static char *getcomponent(char **);
196 while ((q = getcomponent(&path)) != NULL) { in cdlogical()
249 getcomponent(char **path) in getcomponent() function
290 while ((p = getcomponent(&path)) != NULL) { in findcwd()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c418 getcomponent(const char *path, char *component, const char **nextp) in getcomponent() function
483 err = getcomponent(name, buf, &next); in dsl_dir_hold()
503 err = getcomponent(next, buf, &nextnext); in dsl_dir_hold()