Lines Matching defs:segment
779 char *segment;
797 for (segment = strtok_r(copy, "/", &tkptr);
798 segment != NULL;
799 segment = next_segment)
801 /* Get the next segment after the one we are currently working on.
802 * This will be NULL is we are working on the final segment of the
812 /* Find the TMPFS object with the next segment name in the current
816 tde = tmpfs_find_dirent(tdo, segment);
831 /* No. Was this the final segment in the path? */
858 * object associated with the terminal segment of the relpath.