Home
last modified time | relevance | path

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

12

/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_01_boolean.ksh23 "a fact":true,\
36 add_boolean_value "a fact" "true";
/titanic_41/usr/src/lib/libc/port/threads/
H A Dspawn.c898 posix_spawn_file_actions_t *fact, posix_spawnattr_t *attr) in posix_spawn_pipe_np() argument
927 error = posix_spawn_file_actions_addclose(fact, myside); in posix_spawn_pipe_np()
930 error = posix_spawn_file_actions_adddup2(fact, in posix_spawn_pipe_np()
934 error = posix_spawn_file_actions_addclose(fact, in posix_spawn_pipe_np()
941 error = posix_spawn(pidp, shpath, fact, attr, in posix_spawn_pipe_np()
/titanic_41/usr/src/head/
H A Dspawn.h166 posix_spawn_file_actions_t *_RESTRICT_KYWD fact,
/titanic_41/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
/titanic_41/usr/src/lib/libast/common/features/
H A Dmmap301 fact that functions like sfreserve/sfgetr do
/titanic_41/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\
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep299 Given the fact that the user can request to go to the background
641 monitor after authentication. In fact, the monitor thinks it's
/titanic_41/usr/src/lib/libshell/common/
H A Dbuiltins.mm369 In fact a complete man page in \f5troff\fP or \f5html\fP
545 In fact there are up to five functions that can
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME262 The notion of asynchronous transactions is complicated by the fact
324 The recv_pkt() function is simpler but still complicated by the fact
H A DREADME.v6209 machine events must now take into account multiple IAs and the fact
498 DHCP instances on that PIF are bound. In fact, the current
/titanic_41/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
H A Dgrub.texi3326 continue based on the fact that an error occurred or wait for the user to
3516 and, in fact, it shares the source code with the Stage 2 and you can use
3942 you are not sure whether to state a fact or leave it out, state it!
H A Dgrub.info3182 continue based on the fact that an error occurred or wait for the user
3377 fixing a bug. `grub' is almost the same as the Stage 2, and, in fact,
3766 state a fact or leave it out, state it! Reporting too many things
/titanic_41/usr/src/lib/
H A DREADME.Makefiles208 (in fact, using it would lead to duplicate messages in the catalog).
/titanic_41/usr/src/cmd/lp/model/
H A Dstandard986 # fact an early prototype of this script did just
H A Dtsol_standard1055 # fact an early prototype of this script did just
H A Dtsol_standard_foomatic1083 # fact an early prototype of this script did just
/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg368 In fact, we could have written it even more simply, as:\n\
/titanic_41/usr/src/lib/librstp/common/
H A DCOPYING345 b) Give prominent notice with the combined library of the fact
/titanic_41/usr/src/data/zoneinfo/
H A Dasia709 # from The Astronomical Society of Japan [3] in which it mentioned the fact
1003 # Currently, we are in fact GMT +4:00, as before 30 October it was GMT
1076 # standard time lies in the fact that it is Madras time. The citizen of
2643 # Despite the fact that Israel changed over to daylight savings time
H A Dsouthamerica364 # In fact, San Luis actually switched from UTC-4 to UTC-3 last Sunday
1766 # Departing from the matter-of-fact nature of previous timekeeping laws, the
H A Dafrica1205 # due to the fact that the fasting month of Ramadan coincides with the period
H A Deurope2603 # The fact that Udmurtia is depicted as a violator in the Nauka i
3262 # districts, but have very similar populations. In fact, Wikipedia currently
3560 # It is also indicated by the fact that the 1942 entry in the law

12