Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/test/libc-tests/tests/posix_spawn/
H A Dposix_spawn_pipe_np.c49 posix_spawn_file_actions_t fact; in read_from_child_test() local
57 VERIFY0(posix_spawn_file_actions_init(&fact)); in read_from_child_test()
61 &fact, &attr); in read_from_child_test()
65 VERIFY0(posix_spawn_file_actions_destroy(&fact)); in read_from_child_test()
78 VERIFY0(posix_spawn_file_actions_destroy(&fact)); in read_from_child_test()
88 VERIFY0(posix_spawn_file_actions_destroy(&fact)); in read_from_child_test()
93 VERIFY0(posix_spawn_file_actions_destroy(&fact)); in read_from_child_test()
107 posix_spawn_file_actions_t fact; in write_to_child_test() local
129 VERIFY0(posix_spawn_file_actions_init(&fact)); in write_to_child_test()
132 ret = posix_spawn_pipe_np(&pid, &fd, cmd, B_TRUE, &fact, &attr); in write_to_child_test()
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c97 posix_spawn_file_actions_t fact; in popen() local
108 if ((error = posix_spawn_file_actions_init(&fact)) != 0) { in popen()
130 (void) posix_spawn_file_actions_destroy(&fact); in popen()
139 (void) posix_spawn_file_actions_destroy(&fact); in popen()
157 error = posix_spawn_file_actions_addclose(&fact, in popen()
175 (void) posix_spawn_file_actions_destroy(&fact); in popen()
180 error = posix_spawn_pipe_np(&pid, &fd, cmd, *mode != 'r', &fact, &attr); in popen()
182 (void) posix_spawn_file_actions_destroy(&fact); in popen()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c118 posix_spawn_file_actions_t fact; in wordexp() local
257 if ((error = posix_spawn_file_actions_init(&fact)) != 0) { in wordexp()
269 (void) posix_spawn_file_actions_destroy(&fact); in wordexp()
280 error = posix_spawn_file_actions_adddup2(&fact, pv[1], 1); in wordexp()
282 error = posix_spawn_file_actions_addclose(&fact, pv[0]); in wordexp()
284 error = posix_spawn_file_actions_addclose(&fact, pv[1]); in wordexp()
286 error = posix_spawn_file_actions_addopen(&fact, 2, in wordexp()
290 error = posix_spawn(&pid, path, &fact, &attr, in wordexp()
293 (void) posix_spawn_file_actions_destroy(&fact); in wordexp()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dp.441 function fact(n) {
5 return n * fact(n-1)
7 { print $1 "! is " fact($1) }
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_01_boolean.ksh23 "a fact":true,\
36 add_boolean_value "a fact" "true";
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c978 posix_spawn_file_actions_t *fact, posix_spawnattr_t *attr) in posix_spawn_pipe_np() argument
1007 error = posix_spawn_file_actions_addclose(fact, myside); in posix_spawn_pipe_np()
1010 error = posix_spawn_file_actions_adddup2(fact, in posix_spawn_pipe_np()
1014 error = posix_spawn_file_actions_addclose(fact, in posix_spawn_pipe_np()
1021 error = posix_spawn(pidp, shpath, fact, attr, in posix_spawn_pipe_np()
/illumos-gate/usr/src/lib/libmd/amd64/capabilities/
H A Dsha.cap24 # This allows us to deal with the fact that we're almost
/illumos-gate/usr/src/boot/
H A DReadme.txt45 Also some differences are due to fact, we do not need all the variants of
/illumos-gate/usr/src/head/
H A Dspawn.h175 posix_spawn_file_actions_t *_RESTRICT_KYWD fact,
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME21 goes through and checks the CTF for various aspects. Due to the fact
/illumos-gate/usr/src/tools/smatch/src/
H A DREADME22 parser. In fact, context (semantics) is what it's all about - figuring
H A DFAQ6 other uses of the gcc front-end. In fact, gcc has explicitly
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt21 parser. In fact, context (semantics) is what it's all about - figuring
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE44 fact you would think that determining the bounding box of \(bv would be enough
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME135 These scripts are mostly here to work around the fact that the
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmmap301 fact that functions like sfreserve/sfgetr do
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg147 Note that the fact that the value of st_info affects both\n\
160 that the fact that the value of st_other affects the\n\
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME261 The notion of asynchronous transactions is complicated by the fact
323 The recv_pkt() function is simpler but still complicated by the fact
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dbuiltins.mm392 In fact a complete man page in \f5troff\fP or \f5html\fP
564 In fact there are up to five functions that can
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3473 continue based on the fact that an error occurred or wait for the user
669 fact, it shares the source code with the Stage 2 and you can use the
1057 state a fact or leave it out, state it! Reporting too many things
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt72 # Functions so this is in fact solely limited to NIC.)
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles205 (in fact, using it would lead to duplicate messages in the catalog).
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard986 # fact an early prototype of this script did just
H A Dtsol_standard1054 # fact an early prototype of this script did just
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg368 In fact, we could have written it even more simply, as:\n\

12