Home
last modified time | relevance | path

Searched refs:working (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/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/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()
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
815 working = 1; in cd9660_rrip_add_NM()
[all …]
/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)
H A Dpatch_rsamd5_enable.diff4 +++ validator/val_secalgo.c (working copy)
/freebsd/contrib/sendmail/contrib/
H A Dbounce-resender.pl79 sub working { subroutine
85 &working();
262 if ($lineno % 1900 == 0) { &working(); }
/freebsd/usr.bin/bmake/tests/
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/contrib/ntp/sntp/libopts/m4/
H A Dstdnoreturn.m415 dnl Regardless whether a working <stdnoreturn.h> exists or not,
21 AC_CACHE_CHECK([for working stdnoreturn.h],
/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
/freebsd/contrib/ldns/drill/
H A DChangeLog.22-nov-200578 * DNSSEC is working, except the secure resolving
87 * most of the DNS stuff is working
92 * DNSSEC somewhat working
/freebsd/contrib/ntp/ntpsnmpd/
H A DREADME20 …nterprises.5597 is the Meinberg top level OEM OID and 99 is my temporary working space for this pr…
22 I will try to do this earlier in order to be able to have a working solution at the end of this pro…
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.helper.d.out3 <it's working>
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.helper.d.out3 <it's working>
/freebsd/contrib/googletest/googletest/docs/
H A DREADME.md3 We are working on updates to the GoogleTest documentation, which has moved to
/freebsd/contrib/googletest/googlemock/docs/
H A DREADME.md3 We are working on updates to the GoogleTest documentation, which has moved to
/freebsd/share/examples/ppp/
H A Dppp.secret.span-isp.working2 # This is a working example of ppp.secret.span-isp that uses ppp connections
H A Dppp.conf.span-isp.working2 # This is a working example of ppp.conf.span-isp that uses ppp connections
27 # ppp.linkup.span-isp.working, you see three links. This is because inetd
H A Dppp.linkup.span-isp.working2 # This is a working example of ppp.linkup.span-isp that uses ppp connections
H A Dppp.linkdown.span-isp.working2 # This is a working example of ppp.linkdown.span-isp that uses ppp connections
/freebsd/sys/contrib/openzfs/contrib/initramfs/conf-hooks.d/
H A Dzfs7 # Require the plymouth script to guarantee working video for the passphrase
/freebsd/tools/build/options/
H A DWITHOUT_WERROR2 Useful as a temporary workaround when working on fixing compiler warnings.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_connect_state.pod24 SSL_is_server() checks if B<ssl> is working in server mode.
58 SSL_is_server() returns 1 if B<ssl> is working in server mode or 0 for client mode.
/freebsd/etc/mtree/
H A DREADME4 system into. Some notes about working with them are placed here to try
5 and keep them in good working order.
/freebsd/contrib/byacc/
H A Dconfig_h.in45 /* Define to 1 if mkstemp() is available and working. */
54 /* Define if <stdnoreturn.h> header is available and working */
/freebsd/contrib/ncurses/form/
H A Dfld_def.c307 New_Field->working = newpad(1, Buffer_Length(New_Field) + 1); in new_field()
392 (void)delwin(field->working); in free_field()
/freebsd/contrib/ntp/scripts/monitoring/
H A DREADME100 ntploopwatch [-v[<level>]] [-c <config-file>] [-d <working-dir>]
112 working-dir: specify working directory for process, affects

12345678910>>...14