Searched refs:directory (Results 1 - 25 of 206) sorted by relevance

123456789

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.h36 * Structure for entries in directory stack.
38 struct directory { struct
39 struct directory *di_next; /* next in loop */
40 struct directory *di_prev; /* prev in loop */
44 EXTERN struct directory *dcwd IZERO_STRUCT; /* the one we are in now */
/freebsd-9.3-release/contrib/openbsm/test/bsm/
H A Dgenerate.c31 * Generate a series of BSM token samples in the requested directory.
68 open_file(const char *directory, const char *name) argument
73 snprintf(pathname, PATH_MAX, "%s/%s", directory, name);
97 write_token(const char *directory, const char *filename, token_t *tok) argument
106 fd = open_file(directory, filename);
115 write_record(const char *directory, const char *filename, token_t *tok, argument
130 fd = open_file(directory, filename);
138 generate_file_token(const char *directory, const char *token_filename) argument
145 write_token(directory, token_filename, file_token);
149 generate_file_record(const char *directory, cons argument
166 generate_trailer_token(const char *directory, const char *token_filename) argument
182 generate_header32_token(const char *directory, const char *token_filename) argument
203 generate_data_token(const char *directory, const char *token_filename) argument
215 generate_data_record(const char *directory, const char *record_filename) argument
230 generate_ipc_token(const char *directory, const char *token_filename) argument
241 generate_ipc_record(const char *directory, const char *record_filename) argument
254 generate_path_token(const char *directory, const char *token_filename) argument
265 generate_path_record(const char *directory, const char *record_filename) argument
286 generate_subject32_token(const char *directory, const char *token_filename) argument
301 generate_subject32_record(const char *directory, const char *record_filename) argument
316 generate_subject32ex_token(const char *directory, const char *token_filename, u_int32_t type) argument
343 generate_subject32ex_record(const char *directory, const char *record_filename, u_int32_t type) argument
380 generate_process32_token(const char *directory, const char *token_filename) argument
395 generate_process32_record(const char *directory, const char *record_filename) argument
410 generate_process32ex_token(const char *directory, const char *token_filename, u_int32_t type) argument
437 generate_process32ex_record(const char *directory, const char *record_filename, u_int32_t type) argument
474 generate_process64_token(const char *directory, const char *token_filename) argument
489 generate_process64_record(const char *directory, const char *record_filename) argument
504 generate_process64ex_token(const char *directory, const char *token_filename, u_int32_t type) argument
531 generate_process64ex_record(const char *directory, const char *record_filename, u_int32_t type) argument
561 generate_return32_token(const char *directory, const char *token_filename) argument
573 generate_return32_record(const char *directory, const char *record_filename) argument
587 generate_text_token(const char *directory, const char *token_filename) argument
598 generate_text_record(const char *directory, const char *record_filename) argument
612 generate_opaque_token(const char *directory, const char *token_filename) argument
623 generate_opaque_record(const char *directory, const char *record_filename) argument
636 generate_in_addr_token(const char *directory, const char *token_filename) argument
649 generate_in_addr_record(const char *directory, const char *record_filename) argument
670 generate_ip_token(const char *directory, const char *token_filename) argument
693 generate_ip_record(const char *directory, const char *record_filename) argument
718 generate_iport_token(const char *directory, const char *token_filename) argument
731 generate_iport_record(const char *directory, const char *record_filename) argument
748 generate_arg32_token(const char *directory, const char *token_filename) argument
760 generate_arg32_record(const char *directory, const char *record_filename) argument
774 generate_seq_token(const char *directory, const char *token_filename) argument
785 generate_seq_record(const char *directory, const char *record_filename) argument
904 generate_zonename_token(const char *directory, const char *token_filename) argument
915 generate_zonename_record(const char *directory, const char *record_filename) argument
930 generate_socketex_token(const char *directory, const char *token_filename) argument
954 generate_socketex_record(const char *directory, const char *record_filename) argument
981 generate_error_record(const char *directory, const char *filename, int error) argument
1036 do_error_records(const char *directory) argument
1048 const char *directory; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A Do_dir.h44 * returns NULL on error or end-of-directory. If it is end-of-directory,
47 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
H A DLPdir_nyi.c37 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
H A DLPdir_win.c54 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
58 if (ctx == NULL || directory == NULL) {
65 const char *extdir = directory;
67 size_t dirlen = strlen(directory);
81 if (directory[dirlen - 1] != '*') {
89 if (directory[dirlen - 1] != '/' && directory[dirlen - 1] != '\\')
90 extdir = strcat(strcpy(extdirbuf, directory), "/*");
92 extdir = strcat(strcpy(extdirbuf, directory), "*");
H A DLPdir_unix.c70 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
74 if (ctx == NULL || directory == NULL) {
88 (*ctx)->dir = opendir(directory);
H A DLPdir_vms.c61 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
71 if (ctx == NULL || directory == NULL) {
78 size_t filespeclen = strlen(directory);
86 /* MUST be a VMS directory specification! Let's estimate if it is. */
87 if (directory[filespeclen - 1] != ']'
88 && directory[filespeclen - 1] != '>'
89 && directory[filespeclen - 1] != ':') {
114 strcpy((*ctx)->filespec, directory);
147 * Quick, cheap and dirty way to discard any device and directory, since
/freebsd-9.3-release/contrib/ncurses/
H A Dmk-1st.awk37 # model (directory into which we compile, e.g., "obj")
122 function rmlink(directory, dst) {
123 printf "\t-rm -f %s/%s\n", directory, dst
125 function removelinks(directory) {
126 rmlink(directory, end_name);
129 rmlink(directory, abi_name);
130 rmlink(directory, rel_name);
132 rmlink(directory, abi_name);
136 rmlink(directory, abi_name);
137 rmlink(directory, lib_nam
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Drepos.c18 /* Determine the name of the RCS repository for directory DIR in the
19 current working directory, or for the current working directory
24 UPDATE_DIR can be NULL to signify the directory in which cvs was
73 error (0, 0, "in directory %s:", xupdate_dir);
83 creates a directory named CVS, so the error message
84 should be more along the lines of "CVS directory found
86 directory, or rename it to something else if the
89 error (0, 0, "in directory %s:", xupdate_dir);
99 error (0, 0, "in directory
[all...]
H A Droot.c66 * directory present.
89 error (0, 0, "in directory %s:", xupdate_dir);
108 error (0, 0, "in directory %s:", xupdate_dir);
115 if (!ret->isremote && !isdir (ret->directory))
117 error (0, 0, "in directory %s:", xupdate_dir);
179 hands us a CVSROOT directory. */
305 newroot->directory = NULL;
322 if (root->directory != NULL)
323 free (root->directory);
573 newroot->directory
[all...]
H A Droot.h34 char *directory; /* The directory name. */ member in struct:cvsroot_s
H A Dcreate_adm.c15 * Creates a CVS administration directory based on the argument repository; the
73 just skipping creating the directory, is that we don't want
74 CVS's behavior to vary subtly based on factors (like directory
77 error (0, errno, "warning: cannot make directory %s in %s",
83 error (1, errno, "cannot make directory %s in %s",
111 if (strcmp (reposcopy, current_parsed_root->directory) == 0)
124 char *path = xmalloc (strlen (current_parsed_root->directory) + 2);
126 (void) sprintf (path, "%s/", current_parsed_root->directory);
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dncurses-config.in143 --bindir echos the directory containing ${THIS} programs
144 --datadir echos the directory containing ${THIS} data
145 --libdir echos the directory containing ${THIS} libraries
146 --mandir echos the directory containing ${THIS} manpages
148 --terminfo-dirs echos the \$TERMINFO_DIRS directory list
/freebsd-9.3-release/contrib/cvs/contrib/
H A Ddescend.sh15 # descend - walk down a directory tree and execute a command at each node
19 usage="Usage: $name [-afqrv] command [directory ...]\n
22 \040\040-q\040\040Quiet: don't print directory names\n
68 # If no directory specified, use '.'
73 # For each directory specified
76 # Spawn sub-shell so we return to starting directory afterward
81 echo In directory `hostname`:`pwd`
95 # For each file in current directory
103 # If a directory but not a symbolic link
106 # If not skipping this type of directory
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dintl.h39 # define bindtextdomain(domain, directory) (domain)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh37 <srcdir> Source code directory.
38 <builddir> Build directory.
108 # Convert these to absolute directory paths.
232 echo "${target}: unable to remove directory ${dir}"
237 # From now on, we're in this target's build directory
260 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
313 # Replace the build directory with a file as semaphore that stops
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh47 echo creating temporary terminfo directory... >&2
127 echo removing temporary terminfo directory... >&2
/freebsd-9.3-release/contrib/top/
H A DMakefile.X22 # BINDIR - directory where the executable should live
23 # MANDIR - directory where the manual page should live
/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mk3 # The include file <bsd.obj.mk> handles creating the 'obj' directory
12 # MAKEOBJDIR A pathname for the directory where the targets
35 # remove the build directory (and all its contents) created by obj
38 # create build directory.
54 # Warn of unorthodox object directory.
74 @${ECHO} "Warning: Object directory not changed from original ${.CURDIR}"
76 @${ECHO} "Warning: Using ${.OBJDIR} as object directory instead of\
106 # where would that obj directory be?
/freebsd-9.3-release/usr.sbin/bsdconfig/share/media/
H A DMakefile6 FILES= any.subr cdrom.subr common.subr directory.subr dos.subr \
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dalways.sh40 # Allow the user to specify an alternate work directory or script.
205 # /adddir/conflict: Add a new file in a directory that already
214 # /rmdir/extra: Do not remove a directory with an extra local file.
221 # /rmdir/conflict: Do not remove a directory with a conflicted
236 # /dirchange/fromdir/extradir: Convert a directory tree to a
237 # file. The test tree includes an extra file in the directory
247 # /dirchange/fromdir/conflict: Convert a directory tree to a
249 # a warning and prevents the removal of the directory.
257 # /dirchange/todir/difffile: Convert a file to a directory
297 # $1 - relative path to file that should be a directory i
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Ddialog-config.in120 --bindir echos the directory containing ${THIS} programs
121 --datadir echos the directory containing ${THIS} data
122 --libdir echos the directory containing ${THIS} libraries
123 --mandir echos the directory containing ${THIS} manpages
/freebsd-9.3-release/contrib/sendmail/cf/sh/
H A Dmakeinfo.sh59 echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
/freebsd-9.3-release/crypto/heimdal/tests/ldap/
H A Dslapd.conf26 directory db
/freebsd-9.3-release/contrib/ntp/scripts/
H A Dsummary.in37 $statsdir = $opts->{directory};
38 $outputdir = $opts->{'output-directory'};
50 die "$statsdir: no such directory" unless (-d $statsdir);
51 die "$outputdir: no such directory" unless (-d $outputdir);
68 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
123 my ($directory, $fname, $out_file) = @_;
124 print "$directory/$fname\n";
125 open INPUT, "$directory/$fname" or warn "can't open $directory/$fname: $!";
183 warn "no valid lines in $directory/
[all...]

Completed in 231 milliseconds

123456789