/freebsd-src/bin/pwd/ |
H A D | pwd.1 | 37 .Nd return working directory name 44 utility writes the absolute pathname of the current working directory to 57 Display the logical current working directory. 59 Display the physical current working directory (all symbolic links resolved). 70 Logical current working directory. 75 Show current working directory with symbolic links resolved:
|
/freebsd-src/lib/libc/posix1e/ |
H A D | acl_init.3 | 33 .Nd initialize ACL working storage 44 function allocates and initializes the working storage for an ACL of at 48 A pointer to the working storage is returned. 49 The working 68 working storage.
|
H A D | acl_from_text.3 | 46 into the internal working structure for ACLs, appropriate for applying to 62 internal representation of the ACL in working storage. 83 The ACL working storage requires more memory than is allowed by the
|
H A D | mac.3 | 112 frees working MAC label storage. 116 converts a text-form MAC label into working MAC label storage, 121 allocate working storage for MAC label operations.
|
/freebsd-src/lib/libsys/ |
H A D | chdir.2 | 34 .Nd change current working directory 51 to become the current working directory, that is, 61 to become the current working directory, 74 will fail and the current working directory will be unchanged if 103 will fail and the current working directory will be unchanged if
|
/freebsd-src/usr.bin/bmake/tests/ |
H A D | common.sh | 21 # Check whether the working directory exists - it must. 26 fatal "working directory ${WORK_DIR} does not exist." 64 echo " setup - setup working directory" 70 echo " clean - delete working and output directory" 118 # the working directory. The value is assumed to be pairs of 154 # Setup the test. This creates the working and output directories and 160 # Check whether the working directory exists. If it does exit 161 # fatally so that we don't clobber a test the user is working on. 164 fatal "working directory ${WORK_DIR} already exists." 237 # Clean the test. This simply removes the working and output directories. [all …]
|
H A D | README | 75 - Base directory for working files. If not set 116 are copied from the source to the working directory 120 in the working directory must already exists (see 134 All names are prefixed with the working directory. 138 it is automatically copied to the working directory.
|
/freebsd-src/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 1139 struct conf_entry *working; in parse_file() 1260 working = init_entry(q, NULL); in parse_file() 1265 *defconf_p = working; in parse_file() 1283 working->uid = pwd->pw_uid; in parse_file() 1285 working->uid = atoi(q); in parse_file() 1287 working->uid = (uid_t)-1; in parse_file() 1296 working->gid = grp->gr_gid; in parse_file() 1298 working->gid = atoi(q); in parse_file() 1300 working->gid = (gid_t)-1; in parse_file() 1309 working in parse_file() 1138 struct conf_entry *working; parse_file() local [all...] |
/freebsd-src/share/doc/usd/04.csh/ |
H A D | csh.2 | 241 which contains your current working directory, 608 program, which reports on the disk usage of your working directory (as well as 656 of all commands in the job as well as the working directory where the job was 937 Working Directories 940 .I "working directory." 947 changes the working directory of the shell, 958 (`print working directory') command 959 reports the absolute pathname of the working directory of the shell, 989 changes the shell's working directory to the one directly above the 1004 The shell always remembers the pathname of its current working directory in [all …]
|
H A D | csh.g | 239 .I "working directory" . 243 .I "working directory" 381 .I "working directory" \&. 383 .I "working directory" 449 .I "working directories" 453 .I "working directory" 461 .I "working directory" 475 .I "working directory" 1204 .I "working directory" 1209 .I "working directory" [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 297 std::vector<WorkingData>().swap(Working); in clear() 324 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() 345 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist() 427 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop() 450 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() 460 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass() 527 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local 528 Scaled64 &F = Working.isAPackage() ? Working in unwrapLoop() [all...] |
H A D | ProfileSummaryInfo.cpp | 31 "scale-partial-sample-profile-working-set-size", cl::Hidden, cl::init(true), 33 "If true, scale the working set size of the partial sample profile " 38 "partial-sample-profile-working-set-size-scale-factor", cl::Hidden, 40 cl::desc("The scale factor used to scale the working set size of the " 43 "and the factor to scale the working set size to use the same " 127 // Scale the working set size of the partial sample profile to reflect the in computeThresholds()
|
/freebsd-src/crypto/openssl/ssl/statem/ |
H A D | statem.h | 23 /* We're done working and there shouldn't be anything else to do after */ 25 /* We're done working move onto the next thing */ 27 /* We're working on phase A */ 29 /* We're working on phase B */ 31 /* We're working on phase C */
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 105 /// InFlightAllocs manage both executor memory allocations and working 109 /// working memory into executor memory, apply memory protections, and 112 /// Working memory should be kept alive at least until one of the following 116 /// If abandon is called then working memory and executor memory should both 128 /// Called to transfer working memory to the target and apply finalization. 207 /// from a Graph, and then assign working memory and addresses to each of the 291 /// Segment. Clients can obtain a pointer to the working memory and executor 309 /// Describes the segment working memory and executor address.
|
/freebsd-src/crypto/openssh/.github/workflows/ |
H A D | upstream.yml | 24 working-directory: ${{ runner.temp }} 28 working-directory: ${{ runner.temp }} 53 working-directory: ${{ runner.temp }}
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBReproducer.h | 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
|
/freebsd-src/lib/libc/gen/ |
H A D | daemon.3 | 52 changes the current working directory to the root 66 function except that arguments are the descriptors for the current working 74 the current working directory is not changed.
|
H A D | getcwd.3 | 34 .Nd get working directory pathname 46 function copies the absolute pathname of the current working directory 82 name of a working directory for the purpose of returning to it.
|
/freebsd-src/contrib/kyua/model/ |
H A D | context.cpp | 42 /// The current working directory. 50 /// \param cwd_ The current working directory. 74 /// \param cwd_ The current working directory. 89 /// Returns the current working directory of the context.
|
/freebsd-src/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.c | 207 int ca_used, susp_used, susp_used_pre_ce, working; in cd9660_susp_handle_continuation_common() local 211 working = 254 - space; in cd9660_susp_handle_continuation_common() 214 working -= node->su_tail_size + 4; in cd9660_susp_handle_continuation_common() 215 /* printf("There are %i bytes to work with\n",working); */ in cd9660_susp_handle_continuation_common() 220 if (working < 0) in cd9660_susp_handle_continuation_common() 226 working -= CD9660_SUSP_ENTRY_SIZE(temp); in cd9660_susp_handle_continuation_common() 227 if (working >= 0) { in cd9660_susp_handle_continuation_common() 231 if (working >= 28) { in cd9660_susp_handle_continuation_common() 242 if (working <= 0) { in cd9660_susp_handle_continuation_common() 750 int working,len; in cd9660_rrip_add_NM() local [all …]
|
/freebsd-src/contrib/unbound/contrib/ |
H A D | redirect-bogus.patch | 4 +++ daemon/worker.c (working copy) 32 +++ doc/unbound.conf.5.in (working copy) 55 +++ services/mesh.c (working copy) 120 +++ util/config_file.c (working copy) 157 +++ util/config_file.h (working copy) 171 +++ util/configlexer.lex (working copy) 184 +++ util/configparser.y (working copy) 247 +++ util/data/msgencode.c (working copy) 323 +++ util/data/msgencode.h (working copy)
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcABISupport.h | 117 /// Write NumStubs indirect stubs to working memory at StubsBlockWorkingMem. 145 /// Write NumStubs indirect stubs to working memory at StubsBlockWorkingMem. 226 /// Write NumStubs indirect stubs to working memory at StubsBlockWorkingMem. 266 /// Write NumStubs indirect stubs to working memory at StubsBlockWorkingMem. 328 /// Write NumStubs indirect stubs to working memory at StubsBlockWorkingMem. 368 /// Write NumStubs indirect stubs to working memory at StubsBlockWorkingMem. 409 /// Write NumStubs indirect stubs to working memory at StubsBlockWorkingMem.
|
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.8 | 190 .It CDUP Ta "change to parent of current working directory" 191 .It CWD Ta "change working directory" 203 .It PWD Ta "print the current working directory" 219 .It XCUP Ta "change to parent of current working directory (deprecated)" 220 .It XCWD Ta "change working directory (deprecated)" 222 .It XPWD Ta "print the current working directory (deprecated)"
|
/freebsd-src/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 78 * DNSSEC is working, except the secure resolving 87 * most of the DNS stuff is working 92 * DNSSEC somewhat working
|
/freebsd-src/share/examples/ |
H A D | Makefile | 244 ppp.conf.span-isp.working \ 247 ppp.linkdown.span-isp.working \ 250 ppp.linkup.span-isp.working \ 253 ppp.secret.span-isp.working
|