Lines Matching defs:current

202 	struct tree_entry	*current;
316 * Return information about the current entry.
320 * The current full pathname, length of the full pathname, and a name
323 * current path.
337 * Request the lstat() or stat() data for the current path. Since the
676 * the current filesystem.
705 * Open the current file.
821 /* Close the current file descriptor */
837 /* Close the current file descriptor */
1384 * Return a current filesystem ID which is index of the filesystem entry
1442 /* Setup the current filesystem properties which depend on
1448 * Returns 1 if current filesystem is generated filesystem, 0 if it is not
1463 * Returns 1 if current filesystem is remote filesystem, 0 if it is not
1556 * Gather current filesystem properties on FreeBSD, OpenBSD and Mac OS X.
1590 * where current is.
1684 * Gather current filesystem properties on NetBSD
1753 * Gather current filesystem properties on Linux
1769 * where current is.
1885 * Gather current filesystem properties on other posix platform.
1900 * where current is.
1970 * Generic: Gather current filesystem properties.
2119 * Add a directory path to the current stack.
2131 te->parent = t->current;
2155 * Append a name to the current dir path.
2216 t->current = NULL;
2270 /* Renew the current working directory. */
2298 /* Renew the current working directory. */
2340 * Change the current directory if really needed.
2370 if (t->stack == t->current && t->current != NULL)
2371 t->current = t->current->parent;
2401 t->current = t->stack;
2410 t->current = t->stack;
2474 t->filesystem_table[t->current->filesystem_id].name_max + 1;
2582 * Test whether current entry is a dir or link to a dir.
2618 * Test whether current entry is a physical directory. Usually, we
2662 for (te = t->current->parent; te != NULL; te = te->parent) {
2671 * Test whether the current file is symbolic link target and