Searched refs:pathlist (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/apr-util/misc/
H A Dapu_dso.c117 char *pathlist; local
135 if ((apr_env_get(&pathlist, APR_DSOPATH, pool) != APR_SUCCESS)
136 || (apr_filepath_list_split(&paths, pathlist, pool) != APR_SUCCESS))
/freebsd-10-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c152 static STAILQ_HEAD(, pathent) pathlist = STAILQ_HEAD_INITIALIZER(pathlist);
816 STAILQ_INSERT_TAIL(&pathlist, pe, next);
845 STAILQ_FOREACH(pe, &pathlist, next) {

Completed in 106 milliseconds