Home
last modified time | relevance | path

Searched full:working (Results 1 – 25 of 1572) sorted by relevance

12345678910>>...63

/freebsd/bin/pwd/
H A Dpwd.137 .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/crypto/openssh/.github/workflows/
H A Dupstream.yml28 working-directory: ${{ runner.temp }}
31 working-directory: ${{ runner.temp }}
35 working-directory: ${{ runner.temp }}
38 working-directory: ${{ runner.temp }}
63 working-directory: ${{ runner.temp }}
67 working-directory: ${{ runner.temp }}
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c1139 struct conf_entry *working; in parse_file() local
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->uid = (uid_t)-1; in parse_file()
[all …]
/freebsd/lib/libc/posix1e/
H A Dacl_init.333 .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 Dacl_from_text.346 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
/freebsd/usr.bin/bmake/tests/
H A Dcommon.sh21 # 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 DREADME75 - 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/share/doc/usd/04.csh/
H A Dcsh.2241 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 Dcsh.g239 .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/lib/libsys/
H A Dchdir.234 .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/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp297 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.getPackagedLoop()->Scale in unwrapLoop()
539 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
540 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
[all …]
H A DProfileSummaryInfo.cpp31 "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/crypto/openssl/ssl/statem/
H A Dstatem.h23 /* 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/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def92 C, "Working Draft for ISO C23",
96 C, "Working Draft for ISO C23 with GNU extensions",
104 C, "Working Draft for ISO C2y",
107 C, "Working Draft for ISO C2y with GNU extensions",
180 CXX, "Working draft for C++2c",
186 CXX, "Working draft for C++2c with GNU extensions",
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h105 /// 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/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c223 int ca_used, susp_used, susp_used_pre_ce, working; in cd9660_susp_handle_continuation_common() local
227 working = 254 - space; in cd9660_susp_handle_continuation_common()
230 working -= node->su_tail_size + 4; in cd9660_susp_handle_continuation_common()
231 /* printf("There are %i bytes to work with\n",working); */ in cd9660_susp_handle_continuation_common()
236 if (working < 0) in cd9660_susp_handle_continuation_common()
242 working -= CD9660_SUSP_ENTRY_SIZE(temp); in cd9660_susp_handle_continuation_common()
243 if (working >= 0) { in cd9660_susp_handle_continuation_common()
247 if (working >= 28) { in cd9660_susp_handle_continuation_common()
258 if (working <= 0) { in cd9660_susp_handle_continuation_common()
805 int working,len; in cd9660_rrip_add_NM() local
[all …]
/freebsd/contrib/kyua/model/
H A Dcontext.cpp42 /// 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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBReproducer.h63 /// 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/lib/libc/gen/
H A Ddaemon.352 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 Dgetcwd.334 .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/contrib/unbound/contrib/
H A Dredirect-bogus.patch4 +++ 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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h117 /// 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/usr.sbin/jexec/
H A Djexec.835 .Op Fl d Ar working-directory
52 .It Fl d Ar working-directory
53 The working directory for running commands inside the jail.
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.8190 .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/share/examples/
H A DMakefile244 ppp.conf.span-isp.working \
247 ppp.linkdown.span-isp.working \
250 ppp.linkup.span-isp.working \
253 ppp.secret.span-isp.working

12345678910>>...63