| /freebsd-13-stable/bin/pwd/ |
| HD | pwd.1 | 1 .\"- 39 .Nd return working directory name 46 utility writes the absolute pathname of the current working directory to 57 .Bl -tag -width indent 59 Display the logical current working directory. 61 Display the physical current working directory (all symbolic links resolved). 70 .Bl -tag -width ".Ev PWD" 72 Logical current working directory. 75 .Ex -std 77 Show current working directory with symbolic links resolved: [all …]
|
| /freebsd-13-stable/share/doc/usd/04.csh/ |
| HD | csh.2 | 1 .\"- 39 directory and begins by reading commands from a file 41 in this directory. 55 also in your home directory. 57 to the \s-2UNIX\s0 system. 66 \'set noglob ; eval \`tset \-s \-m dialup:c100rv4pna \-m plugboard:?hp2621nl \!*\`\'; 69 msgs \-f 70 if (\-e $mail) then 76 This file contains several commands to be executed by \s-2UNIX\s0 102 of \s-2CPU\s+2 time. The variable `history' is set to 10 indicating that [all …]
|
| HD | csh.g | 1 .\"- 42 is in the \s-2UNIX\s0 User Reference manual in section 1. 51 Your current directory has the name `.' as well as the name printed 56 The current directory `.' is usually the first 73 Each directory has a file `..' in it which is a reference to its 74 parent directory. 75 After changing into the directory with 81 you can return to the parent directory by doing 85 The current directory is printed by 102 of the entire directory system \- called the [all …]
|
| /freebsd-13-stable/lib/libc/sys/ |
| HD | chdir.2 | 36 .Nd change current working directory 48 argument points to the pathname of a directory. 52 causes the named directory 53 to become the current working directory, that is, 61 causes the directory referenced by 63 to become the current working directory, 68 In order for a directory to become the current directory, 69 a process must have execute (search) access to the directory. 71 .Rv -std 76 will fail and the current working directory will be unchanged if [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | README | 1 Oh Most High and Fragrant Emacs, please be in -*- text -*- mode! 4 ### The vast majority of this file is completely out-of-date as a result ### 5 ### of the ongoing work known as WC-NG. Please consult that documentation ### 7 ### (See the files in notes/wc-ng ) ### 11 This is the library described in the section "The working copy 12 management library" of svn-design.texi. It performs local operations 13 in the working copy, tweaking administrative files and versioned data. 16 make queries and changes in the working copy. 19 a moving target) the current working copy layout. For historic layouts, 24 ------------------------- [all …]
|
| HD | wc_db_wcroot.c | 13 * http://www.apache.org/licenses/LICENSE-2.0 37 #include "wc-queries.h" 43 #define UNKNOWN_WC_ID ((apr_int64_t) -1) 44 #define FORMAT_FROM_SDB (-1) 48 /* Get the format version from a wc-1 directory. If it is not a working copy 49 directory, then it sets VERSION to zero and returns no error. */ 63 /* Since trying to open a non-existent file is quite expensive, try a in get_old_version() 64 quick stat call first. In wc-ng w/cs, this will be an early exit. */ in get_old_version() 75 if (err->apr_err != SVN_ERR_BAD_VERSION_FILE_FORMAT in get_old_version() 76 && !APR_STATUS_IS_ENOENT(err->apr_err) in get_old_version() [all …]
|
| HD | wc_db.h | 12 * http://www.apache.org/licenses/LICENSE-2.0 24 * @brief The Subversion Working Copy Library - Metadata/Base-Text Support 27 * - A working copy 30 * - Ability to manipulate working copy's administrative files. 33 * - The main working copy library 62 into a struct, so that a caller can be fine-grained about the which 70 wc_db uses the dual-pool paradigm for all of its functions. Any OUT 75 for a few, limited allocations to track each of the working copy roots 86 - any output arguments 87 - DB [all …]
|
| HD | wcroot_anchor.c | 13 * http://www.apache.org/licenses/LICENSE-2.0 46 P is a directory whose repository URL is the parent of 47 X's repository URL, N is directory whose repository URL is *not* 48 the parent directory of X (including the case where N is not a 56 said to be a "working copy (WC) root" directory. 58 Now consider the four cases for X's type (file/dir) in the working 61 A. dir in working copy, dir in repos. 62 B. dir in working copy, file in repos. 63 C. file in working copy, dir in repos. 64 D. file in working copy, file in repos. [all …]
|
| HD | update_editor.c | 13 * http://www.apache.org/licenses/LICENSE-2.0 57 present in a working copy. Used by the editor implementation */ 92 * a. tree/text/prop change to node beneath tree-conflicted dir 94 * do not update the Base nor the Working 99 * b. tree/text/prop change to tree-conflicted dir/file, or 100 * c. tree change to a text/prop-conflicted file/dir, or 101 * d. text/prop change to a text/prop-conflicted file/dir [*2], or 104 * do not update the Base nor the Working 108 * a. on-disk node kind doesn't match recorded Working node kind 109 * (including an absence/presence mis-match), [all …]
|
| HD | workqueue.h | 13 * http://www.apache.org/licenses/LICENSE-2.0 31 * and those items should *only* make the on-disk state match what is in the database 35 * so that once we switch to in-db props, those work items just get deleted, 62 #define SVN_WC__SINGLE_WORK_ITEM(wi) ((wi)->children->is_atom) 97 /* Set *WORK_ITEM to a new work item that will install the working 121 file LOCAL_ABSPATH from the working copy identified by the pair DB, 132 directory or if RECURSIVE is TRUE a directory with all its 144 a file or directory from SRC_ABSPATH to DST_ABSPATH, ready for 145 storing in the working copy managing DST_ABSPATH. 184 file for LOCAL_ABSPATH into the working copy. [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/include/private/ |
| HD | svn_wc_private.h | 12 * http://www.apache.org/licenses/LICENSE-2.0 24 * @brief The Subversion Working Copy Library - Internal routines 27 * - A working copy 30 * - Ability to manipulate working copy's versioned data. 31 * - Ability to manipulate working copy's administrative files. 34 * - Clients. 63 const char * absolute working copy paths, which are working copy roots, to 64 depth-first ordered arrays of svn_prop_inherited_item_t * structures) is 65 simply IPROPS here, a depth-first ordered arrays of 109 /* Check if LOCAL_ABSPATH is an external in the working copy identified [all …]
|
| /freebsd-13-stable/usr.bin/bmake/tests/ |
| HD | README | 2 This directory contains regression tests for make(1). 6 ---------------------------------------------------------------------------- 10 The tests are invoked via the test.sh script or prove(1) from p5-Test-Harness. 11 Tests are normally executed in a special test directory that is built under 13 all file in a directory, by files in one of make's obscure object directories 15 test scripts build a clean environment in the temp directory and the 16 tests are executed by cd-ing into that directory and invoking make. The 18 are written into files that are created in another directory. So the layout 21 ./shell/builtin/ - directory with test stuff 22 /tmp/make.${USER}/shell/builtin - actual test directory [all …]
|
| HD | common.sh | 15 # does have a -v option while bmake doesn't. 16 ${MAKE_PROG} -f Makefile.non-existent -v 2>&1 | \ 17 grep -q "cannot open.*non-existent" 21 # Check whether the working directory exists - it must. 25 if [ ! -d ${WORK_DIR} ] ; then 26 fatal "working directory ${WORK_DIR} does not exist." 35 if [ -z "${TEST_N}" ] ; then 41 while [ ${N} -le ${TEST_N} ] ; do 43 if [ ! -f ${OUTPUT_DIR}/status.${N} -o \ 44 ! -f ${OUTPUT_DIR}/stdout.${N} -o \ [all …]
|
| /freebsd-13-stable/crypto/openssh/.github/workflows/ |
| HD | upstream.yml | 1 name: Upstream self-hosted 11 if: github.repository == 'openssh/openssh-portable-selfhosted' 12 runs-on: 'libvirt' 19 …TARGET_DOMAIN: ${{ format('{0}-{1}-{2}', matrix.target, matrix.config, github.run_id) || matrix.ta… 21 fail-fast: false 23 target: [ obsdsnap, obsdsnap-i386 ] 24 config: [ default, without-openssl, ubsan ] 26 - name: unmount stale workspace 27 run: fusermount -u ${GITHUB_WORKSPACE} || true 28 working-directory: ${{ runner.temp }} [all …]
|
| /freebsd-13-stable/contrib/opie/ |
| HD | opieftpd.8 | 3 .\" %%% portions-copyright-cmetz-98 4 .\" Portions of this software are Copyright 1998-1999 by Craig Metz, All Rights 18 .\" Modified by cmetz for OPIE 2.4. Document -u option. 63 opieftpd \- File Transfer Protocol server that uses OPIE authentication 67 [\-d] [\-l] [\-t 69 ] [\-T 71 ] [\-u 84 .B \-d 87 .B \-l 92 .B \-t [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/svn/ |
| HD | svn.c | 13 * http://www.apache.org/licenses/LICENSE-2.0 55 #include "shelf2-cmd.h" 56 #include "shelf-cmd.h" 75 {"force-log", opt_force_log, 0, 81 {"recursive", 'R', 0, N_("descend recursively, same as --depth=infinity")}, 82 {"non-recursive", 'N', 0, N_("obsolete")}, 83 {"human-readable",'H', 0, N_("show human-readable output")}, 85 N_("the change made by revision ARG (like -r ARG-1:ARG)\n" 87 "If ARG is negative this is like -r ARG:ARG-1\n" 89 "If ARG is of the form ARG1-ARG2 then this is like\n" [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/include/ |
| HD | svn_wc.h | 12 * http://www.apache.org/licenses/LICENSE-2.0 24 * @brief Subversion's working copy library 27 * - A working copy 30 * - Ability to manipulate working copy's versioned data. 31 * - Ability to manipulate working copy's administrative files. 34 * - Clients. 38 * absolute or relative (relative to current working 39 * directory). If there are any cases where they are 47 * Starting with Subversion 1.7, several arguments are re-ordered 52 * - Output arguments [all …]
|
| HD | svn_client.h | 12 * http://www.apache.org/licenses/LICENSE-2.0 26 * Requires: The working copy library and repository access library. 27 * Provides: Broad wrappers around working copy library functionality. 95 * re-prompt @a retry_limit times (via svn_auth_next_credentials()). 120 * re-prompt @a retry_limit times (via svn_auth_next_credentials()). 138 * ~/.subversion configuration directory. Allocate @a *provider in 159 * ~/.subversion configuration directory. Allocate @a *provider in 186 * ~/.subversion configuration directory. Allocate @a *provider in 329 * <a href="http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html"> 360 * either a working copy path or a URL. If @a prop_hash is not @c NULL, then [all …]
|
| /freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/ |
| HD | ftpd.8 | 50 .Op Fl Fl gss-bindings 51 .Op Fl I | Fl Fl no-insecure-oob 53 .Op Fl B | Fl Fl builtin-ls 54 .Op Fl Fl good-chars= Ns Ar string 68 .Bl -tag -width Ds 76 .Bl -tag -width plain 89 .Bl -tag -width plain 104 .It Fl Fl gss-bindings 105 require the peer to use GSS-API bindings (ie make sure IP addresses match). 114 delete, make directory, remove directory and rename operations and [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | externals.c | 13 * http://www.apache.org/licenses/LICENSE-2.0 47 /* Remove the directory at LOCAL_ABSPATH from revision control, and do the 51 * unique name in the same parent directory. 74 if (err && (err->apr_err == SVN_ERR_WC_LEFT_LOCAL_MOD)) in relegate_dir_external() 96 you can't rename a directory over a file, because it's just in relegate_dir_external() 100 A component used as a directory in oldpath or newpath in relegate_dir_external() 101 path is not, in fact, a directory. Or, oldpath is in relegate_dir_external() 102 a directory, and newpath exists but is not a directory in relegate_dir_external() 105 rename the directory, hoping that nobody has gotten that name in relegate_dir_external() 106 in the meantime -- which would never happen in real life, so in relegate_dir_external() [all …]
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | README | 6 The ntp Distribution Base Directory 8 This directory and its subdirectories contain the Network Time Protocol 12 The contents of the base directory are given in this file. The contents of 17 directory. For more information on NTP and how to get a working setup, 18 read WHERE-TO-START. 22 The base directory ./ contains the autoconfiguration files, source 29 INSTALL Generic installation instructions for autoconf-based programs. 37 README.bk Instructions for folks who use the BitKeeper-repository 42 TODO List of items the NTP developers are working on. 44 WHERE-TO-START Hints on what to read in order to get a working [all …]
|
| /freebsd-13-stable/libexec/ftpd/ |
| HD | ftpd.8 | 54 .Pa ftp/freebsd-ftpd 73 .Bl -tag -width indent 87 Enable transparent UTF-8 mode. 89 used by the server is UTF-8, which is the only effect of the option. 93 in UTF-8. 95 client to convert their names from the client's local encoding to UTF-8. 98 messages are always encoded in ASCII, which is a subset of UTF-8. 99 Hence no need for server-side conversion at all. 132 Disable printing host-specific information, such as the 140 delete, make directory, remove directory and rename operations and [all …]
|
| /freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/ |
| HD | ftp.1 | 56 .Op Fl Fl no-gss-bindings 57 .Op Fl Fl no-gss-delegate 72 .Bl -tag -width flag 85 from attempting \*(Lqauto-login\*(Rq upon initial connection. 86 If auto-login is enabled, 90 (see below) file in the user's home directory for an entry describing 106 .It Fl Fl no-gss-bindings 107 Don't use GSS-API bindings when talking to peer. IP addresses will not 109 .It Fl Fl no-gss-delegate 136 .Bl -tag -width Fl [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| HD | snapshot_017_pos.ksh | 1 #!/bin/ksh -p 39 # Directory structure of snapshots reflects filesystem structure. 43 # This test makes sure that the directory structure of snapshots is 46 # 1. Create a simple directory structure of files and directories 49 # 4. Walk down the snapshot directory structure verifying it 60 destroy_dataset $TESTPOOL/$TESTFS -Rf 108 if [ ! -e $1 ] 110 log_note "Working dir is $PWD" 116 if [ -e $1 ] 118 log_note "Working dir is $PWD" [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBReproducer.h | 1 //===-- SBReproducer.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 63 /// The working directory is set to the current working directory when the 65 /// working directory. This is used by the API test suite which temporarily 66 /// changes the directory to where the test lives. This is a NO-OP in every
|