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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c373 struct dirlist *xpaths; /* list of exported paths */ variable in typeref:struct:dirlist
443 xpaths = NULL;
2031 if (xpaths) {
2032 free_dirlist(xpaths);
2033 xpaths = NULL;
2141 if ((error = add_dir(&xpaths, word2)))
5271 struct dirlist *dirl = xpaths;
5294 DEBUG(1, "check_for_mount_changes: xpaths not complete\n");
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c378 Tcl_HashTable xpaths; member in struct:__anon13044
2468 h = Tcl_CreateHashEntry (&(xs->xpaths), xpath, &hnew);
6985 for (entryPtr = Tcl_FirstHashEntry(&xs->xpaths, &search);
6991 Tcl_DeleteHashTable(&xs->xpaths);
7274 Tcl_InitHashTable ( &(xs->xpaths), TCL_STRING_KEYS);

Completed in 149 milliseconds