Lines Matching refs:directory
1174 char d_name[NAME_MAX + 1]; /* Name within the directory. */
1191 ** particular directory entry should be skipped over when searching for
1192 ** the next directory entry that should be returned by the readdir() or
4661 ** For a directory, the DATA is ignored. For a symbolic link, it is
4688 ** to a directory, it returns one row for the directory, and one row for each
4693 ** name: Path to file or directory (text value).
4694 ** mode: Value of stat.st_mode for directory entry (an integer).
4695 ** mtime: Value of stat.st_mtime for directory entry (an integer).
4698 ** directory, NULL.
4703 ** relative to directory $dir.
4753 #define FSDIR_COLUMN_DIR 5 /* Path is relative to this directory */
4944 ** by SQL function writefile(). This function ensures that the directory
4950 ** SQLITE_OK is returned if the directory is successfully created, or
5010 /* The mkdir() call to create the directory failed. This might not
5011 ** be an error though - if there is already a directory at the same
5145 ctxErrorMsg(context, "failed to create directory: %s", zFile);
5190 ** Cursor type for recursively iterating through a directory structure.
5197 char *zDir; /* Name of directory (nul-terminated) */
5323 /* Descend into this directory */
5342 fsdirSetErrmsg(pCur, "cannot read directory: %s", pCur->zPath);
6996 *** 4.3.16 End of central directory record:
7001 *** start of the central directory 2 bytes
7003 *** central directory on this disk 2 bytes
7005 *** the central directory 2 bytes
7006 *** size of the central directory 4 bytes
7008 *** directory with respect to
7024 *** 4.3.12 Central directory structure:
7119 i64 iNextOff; /* Offset of next record in central directory */
7120 ZipfileEOCD eocd; /* Parse of central directory record */
7937 /* Figure out if this is a directory or a zero-sized file. Consider
7938 ** it to be a directory either if the mode suggests so, or if
8019 "cannot find end of central directory record"
8250 int bIsDir, /* If true, default to directory */
8276 /* The "mode" attribute is a directory, but data has been specified.
8311 /* Open a write fd on the file. Also load the entire central directory
8313 ** appended to the archive file, but the central directory is accumulated
8446 /* data=NULL. A directory */
8491 /* For a directory, check that the last character in the path is a
8860 ** directory. Otherwise, figure out whether or not the data should
8892 /* If this is a directory entry, ensure that there is exactly one '/'
8893 ** at the end of the path. Or, if this is not a directory and the path
8897 zErr = sqlite3_mprintf("non-directory name must not end with /");
8940 /* Append the CDS record to the directory of the new archive */
18741 " -C DIR, --directory DIR Read/extract files from directory DIR",
18763 ".cd DIRECTORY Change the working directory to DIRECTORY",
20960 const char *zDir; /* --directory argument, or NULL */
21080 { "directory", 'C', AR_SWITCH_DIRECTORY, 1 },
22178 utf8_printf(stderr, "Cannot change to directory \"%s\"\n", azArg[1]);
25592 ** Return a pathname which is the user's home directory. A
25679 raw_printf(stderr, "-- warning: cannot find home directory;"