| /NextBSD/contrib/openbsm/test/bsm/ |
| HD | generate.c | 66 open_file(const char *directory, const char *name) in open_file() argument 71 snprintf(pathname, PATH_MAX, "%s/%s", directory, name); in open_file() 95 write_token(const char *directory, const char *filename, token_t *tok) in write_token() argument 104 fd = open_file(directory, filename); in write_token() 113 write_record(const char *directory, const char *filename, token_t *tok, in write_record() argument 128 fd = open_file(directory, filename); in write_record() 136 generate_file_token(const char *directory, const char *token_filename) in generate_file_token() argument 143 write_token(directory, token_filename, file_token); in generate_file_token() 147 generate_file_record(const char *directory, const char *record_filename) in generate_file_record() argument 154 write_record(directory, record_filename, file_token, AUE_NULL); in generate_file_record() [all …]
|
| /NextBSD/usr.bin/bmake/tests/ |
| HD | README | 3 This directory contains regression tests for make(1). 12 Tests are normally executed in a special test directory that is built under 14 all file in a directory, by files in one of make's obscure object directories 16 test scripts build a clean environment in the temp directory and the 17 tests are executed by cd-ing into that directory and invoking make. The 19 are written into files that are created in another directory. So the layout 22 ./shell/builtin/ - directory with test stuff 23 /tmp/make.${USER}/shell/builtin - actual test directory 28 setup - Set up the test environment by creating the test directory 30 directory already exists an error is printed. [all …]
|
| /NextBSD/contrib/ncurses/ |
| HD | mk-1st.awk | 136 function rmlink(directory, dst) { 138 printf "\t-rm -f %s/%s\n", directory, dst 141 function removelinks(directory) { 168 rmlink(directory, links[j]); 175 function sharedlinks(directory) { 177 printf "\tcd %s && (", directory 205 function shlib_build(directory) { 206 dst_libs = sprintf("%s/%s", directory, end_name); 208 printf "\t\t%s \\\n", directory 212 printf "\t\t%s/%s \\\n", directory, end_name_of(base); [all …]
|
| /NextBSD/contrib/ntp/scripts/ |
| HD | invoke-summary.texi | 22 * summary directory:: directory option 24 * summary output-directory:: output-directory option 48 --directory=str Directory containing stat files 50 --output-directory=str Output directory 62 @node summary directory 63 @subsection directory option 64 @cindex summary-directory 66 This is the ``directory containing stat files'' option. 68 The directory where @code{ntpd} will search for .stat files generated 79 @node summary output-directory [all …]
|
| HD | summary.in | 37 $statsdir = $opts->{directory}; 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/$fname"; 192 my ($directory, $fname, $out_file) = @_; 193 print "$directory/$fname\n"; 194 open INPUT, "$directory/$fname" or warn "can't open $directory/$fname: $!"; 284 my ($directory, $fname, $out_file) = @_; 285 print "$directory/$fname\n"; [all …]
|
| HD | summary-opts | 32 'directory' => '/var/log/ntp', 34 'output-directory' => '/tmp', 42 'directory=s', 'end-date=i', 'output-directory=s', 50 --directory=str Directory containing stat files 52 --output-directory=str Output directory
|
| HD | README | 1 README file for directory ./scripts of the NTP Version 4 distribution 3 This directory contains shell and perl script files for the configuration, 5 files in the parent directory for directions on how to use these files. 9 monitoring directory containing perl scripts useful for monitoring 24 stats directory containing awk and shell scripts useful for
|
| HD | summary-opts.def | 15 name = directory; 20 The directory where @code{ntpd} will search for .stat files generated 37 name = output-directory; 40 descrip = 'Output directory'; 42 The output directory @code{summary} will write all output files to.
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBFileSpec.cpp | 122 FileSpec directory{*m_opaque_ap}; in GetDirectory() local 123 directory.GetFilename().Clear(); in GetDirectory() 127 if (directory) in GetDirectory() 129 static_cast<void*>(m_opaque_ap.get()), directory.GetCString()); in GetDirectory() 134 return directory.GetCString(); in GetDirectory() 147 SBFileSpec::SetDirectory(const char *directory) in SetDirectory() argument 149 if (directory && directory[0]) in SetDirectory() 150 m_opaque_ap->GetDirectory().SetCString(directory); in SetDirectory()
|
| /NextBSD/usr.sbin/etcupdate/tests/ |
| HD | always_test.sh | 404 Modified directory remains: /first/difftype/second/fifo 405 Modified directory remains: /rmdir/conflict/difftype 406 Non-empty directory remains: /rmdir/extra 407 Non-empty directory remains: /rmdir/conflict 414 Modified regular file changed: /difftype/difftype/difftype/one (fifo file became directory) 415 Modified symbolic link changed: /difftype/difftype/difftype/two (directory became regular file) 416 Remove mismatch: /difftype/first/first/fifo (fifo file became directory) 417 Modified directory changed: /dirchange/fromdir/conflict (directory became fifo file) 418 Modified directory changed: /dirchange/fromdir/extradir (directory became symbolic link) 419 Modified regular file changed: /dirchange/todir/difffile (regular file became directory) [all …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | README | 23 underneath the gdb-6.1 directory. The idea is that a variety of GNU 29 directory tree and automatically build all the pieces in the right 32 When you unpack the gdb-6.1.tar.gz file, you'll find a directory 45 You can build GDB right in the source directory: 52 However, we recommend that an empty directory be used instead. 57 You can build GDB in any empty build directory: 91 directory `ftp://ftp.gnu.org/pub/gnu/gcc'. 111 matching `gdb.info*' in the same directory. If necessary, you can 122 source directory (`gdb-6.1', in the case of version 6.1), you can make 131 distribution, in the directory `gdb-6.1/texinfo'. [all …]
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.dir.h | 38 struct directory { struct 39 struct directory *di_next; /* next in loop */ argument 40 struct directory *di_prev; /* prev in loop */ argument 44 EXTERN struct directory *dcwd IZERO_STRUCT; /* the one we are in now */ argument
|
| HD | sh.dir.c | 44 static struct directory *dfind (Char *); 48 static void dnewcwd (struct directory *, int); 50 static void dextract (struct directory *); 55 static struct directory dhead INIT_ZERO_STRUCT; /* "head" of loop */ 103 struct directory *dp; in dinit() 167 dp = xcalloc(sizeof(struct directory), 1); in dinit() 240 struct directory *dp, *fdp; in dodirs() 267 struct directory *dp; in printdirs() 314 struct directory *d = dcwd; in dtilde() 496 struct directory *dp; in dochngd() [all …]
|
| /NextBSD/share/doc/pjdfstest/ |
| HD | README | 2 how to use pjdfstest in the default configuration (kyua work directory), and 5 Method 1. Executing with default configuration (kyua work directory) 9 2. cd to the tests directory: 15 directory. The kyua work directory defaults to a random generated path under 23 2. cd to the tests directory:
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | ncurses-config.in | 179 --bindir echos the directory containing ${THIS} programs 180 --datadir echos the directory containing ${THIS} data 181 --includedir echos the directory containing ${THIS} header files 182 --libdir echos the directory containing ${THIS} libraries 183 --mandir echos the directory containing ${THIS} manpages 185 --terminfo-dirs echos the \$TERMINFO_DIRS directory list
|
| /NextBSD/contrib/jansson/doc/ |
| HD | gettingstarted.rst | 16 Unpack the source tarball and change to the source directory: 31 To change the destination directory (``/usr/local`` by default), use 62 Jansson can be built using CMake_. Create a build directory for an 63 out-of-tree build, change to that directory, and run ``cmake`` (or ``ccmake``, 69 This is simply the path to the jansson project root directory. 70 In the example it is assumed you've created a sub-directory ``build`` 107 You will now have a *Visual Studio Solution* in your build directory. 145 Changing install directory (same as autoconf --prefix) 147 Just as with the autoconf_ project you can change the destination directory 162 source root directory. The configuration header file is located in the [all …]
|
| /NextBSD/contrib/tcp_wrappers/ |
| HD | Banners.Makefile | 3 # Install this file as the Makefile in your directory with banner files. 10 # The prototype text should live in the banners directory, as a file with 24 # daemons ... : clients ... : banners /some/directory ... 27 # For example, one banner directory for clients that are granted service, 28 # one banner directory for rejected clients, and one banner directory for
|
| /NextBSD/crypto/openssl/doc/ |
| HD | openssl-shared.txt | 1 The OpenSSL shared libraries are often installed in a directory like 4 If this directory is not in a standard system path for dynamic/shared 14 library directory), and make use of -R or -rpath. 18 * you add the OpenSSL shared library directory to /etc/ld.so.conf 23 directory to it.
|
| /NextBSD/contrib/ntp/conf/ |
| HD | README | 1 README file for directory ./conf of the NTP Version 4 distribution 3 This directory contains example run-time configuration files for the 8 be found in the ./doc directory of the base directory.
|
| /NextBSD/contrib/groff/ |
| HD | README.MinGW | 41 1. Change working directory to any suitable location where you may unpack 49 This creates a new sub-directory, groff-<version>, containing an image of 50 the groff source tree. You should now change directory, to make this 51 ./groff-<version> your working directory. 70 <win32-install-path> is the chosen MS-Windows directory in which the 77 build directory is no longer required; it may be simply deleted in its 104 root mapped to the actual MS-Windows directory where MSYS itself is 105 installed; /usr is also mapped to this MSYS installation directory. 120 preferred to the MS-Windows style backslashes, to demarcate the directory 128 installed in the /usr/local directory of the MSYS virtual file system; this [all …]
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | c_rehash.pod | 17 [ I<directory>...] 23 file in the specified directory list and creates symbolic links 33 If that is not set then the default directory (installation-specific 36 In order for a directory to be processed, the user must have write 37 permissions on that directory, otherwise it will be skipped. 40 When processing a directory, B<c_rehash> will first remove all links 85 This is needed when keeping new and old-style links in the same directory. 90 By default, B<c_rehash> only lists each directory as it is processed.
|
| /NextBSD/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| HD | doxygen.css | 411 .directory { 415 .directory h3 { 426 /* .directory h3.swap { */ 431 /* .directory h3.swap span { */ 435 .directory > h3 { 438 .directory p { 442 .directory div { 446 .directory img { 450 .directory-alt { 454 .directory-alt h3 { [all …]
|
| /NextBSD/crypto/heimdal/doc/doxyout/wind/html/ |
| HD | doxygen.css | 411 .directory { 415 .directory h3 { 426 /* .directory h3.swap { */ 431 /* .directory h3.swap span { */ 435 .directory > h3 { 438 .directory p { 442 .directory div { 446 .directory img { 450 .directory-alt { 454 .directory-alt h3 { [all …]
|
| /NextBSD/crypto/heimdal/doc/doxyout/ntlm/html/ |
| HD | doxygen.css | 411 .directory { 415 .directory h3 { 426 /* .directory h3.swap { */ 431 /* .directory h3.swap span { */ 435 .directory > h3 { 438 .directory p { 442 .directory div { 446 .directory img { 450 .directory-alt { 454 .directory-alt h3 { [all …]
|
| /NextBSD/crypto/heimdal/doc/doxyout/hx509/html/ |
| HD | doxygen.css | 411 .directory { 415 .directory h3 { 426 /* .directory h3.swap { */ 431 /* .directory h3.swap span { */ 435 .directory > h3 { 438 .directory p { 442 .directory div { 446 .directory img { 450 .directory-alt { 454 .directory-alt h3 { [all …]
|