Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
886 * If file system type matches the remote
887 * file system type, then it is not local.
1084 * Need to get the tail of the file name, since we have
1086 * nftw()) of the file
1361 /* delete file */
1607 * This function assumes that the password file is hashed
1632 * This function assumes that the group file is hashed
1661 list(file, stp)
1662 char *file;
1688 if (file == NULL || stp == NULL)
1764 * Need to get the tail of the file name, since we have
1765 * already chdir()ed into the directory of the file
1768 tailname = gettail(file);
1838 file, /* name */
1864 * Read remote file system types from REMOTE_FS into the
2168 * chmod +s file
2170 * chmod u+s file
2171 * chmod g+s file
2172 * chmod a+s file
2188 * mode of the file being changed (or 0). Note that this mode must contain
2189 * the file-type bits as well, so that S_ISDIR will succeed on directories.