Searched refs:strict (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-10.3-release/usr.sbin/kldxref/
H A DMakefile8 CFLAGS+=-fno-strict-aliasing
/freebsd-10.3-release/contrib/sendmail/contrib/
H A Dcidrexpand54 use strict;
/freebsd-10.3-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
/freebsd-10.3-release/usr.sbin/bhyve/
H A Dinout.h74 int strict);
/freebsd-10.3-release/usr.sbin/pkg_install/lib/
H A Ddeps.c176 * strict argument controls whether the caller want warnings
186 requiredby(const char *pkgname, struct reqr_by_head **list, Boolean strict, Boolean filter) argument
203 if (strict == TRUE)
213 if (strict == TRUE)
223 if (strict == TRUE)
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_v7tar.c135 static int format_number(int64_t, char *, int size, int max, int strict);
359 * If "strict" is set to zero, it will extend numeric fields as
365 struct archive_entry *entry, int strict,
400 if (strict && copy_length < V7TAR_name_size)
402 else if (!strict && copy_length <= V7TAR_name_size)
453 V7TAR_mode_max_size, strict)) {
460 h + V7TAR_uid_offset, V7TAR_uid_size, V7TAR_uid_max_size, strict)) {
467 h + V7TAR_gid_offset, V7TAR_gid_size, V7TAR_gid_max_size, strict)) {
475 V7TAR_size_max_size, strict)) {
483 V7TAR_mtime_max_size, strict)) {
364 format_header_v7tar(struct archive_write *a, char h[512], struct archive_entry *entry, int strict, struct archive_string_conv *sconv) argument
540 format_number(int64_t v, char *p, int s, int maxsize, int strict) argument
[all...]
H A Darchive_write_set_format_ustar.c160 static int format_number(int64_t, char *, int size, int max, int strict);
381 * If "strict" is set to zero, it will extend numeric fields as
388 struct archive_entry *entry, int tartype, int strict,
551 h + USTAR_mode_offset, USTAR_mode_size, USTAR_mode_max_size, strict)) {
558 h + USTAR_uid_offset, USTAR_uid_size, USTAR_uid_max_size, strict)) {
565 h + USTAR_gid_offset, USTAR_gid_size, USTAR_gid_max_size, strict)) {
572 h + USTAR_size_offset, USTAR_size_size, USTAR_size_max_size, strict)) {
579 h + USTAR_mtime_offset, USTAR_mtime_size, USTAR_mtime_max_size, strict)) {
589 USTAR_rdevmajor_max_size, strict)) {
597 USTAR_rdevminor_max_size, strict)) {
387 __archive_write_format_header_ustar(struct archive_write *a, char h[512], struct archive_entry *entry, int tartype, int strict, struct archive_string_conv *sconv) argument
643 format_number(int64_t v, char *p, int s, int maxsize, int strict) argument
[all...]
H A Darchive_write_private.h123 * "strict" is set, this tries to create the absolutely most portable
124 * version of a ustar header. If "strict" is set to 0, then it will
133 struct archive_entry *, int tartype, int strict,
/freebsd-10.3-release/contrib/ntp/scripts/build/
H A DgenAuthors.in21 use strict;
H A DupdateBEDate3 use strict;
/freebsd-10.3-release/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in7 use strict;
/freebsd-10.3-release/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in5 use strict;
/freebsd-10.3-release/contrib/wpa/hostapd/logwatch/
H A Dhostapd9 use strict;
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh82 use strict;
109 use strict;
/freebsd-10.3-release/sys/dev/iicbus/
H A Diicbus.c96 int strict; local
103 device_get_unit(dev), "strict", &strict) == 0)
104 sc->strict = strict;
106 sc->strict = 1;
H A Diicbus.h44 u_char strict; /* deny operations that violate the member in struct:iicbus_softc
/freebsd-10.3-release/tools/tools/commitsdb/
H A Dmake_commit_db9 use strict;
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotkernel50 use strict;
H A Dhotuser53 use strict;
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/
H A Dhotkernel50 use strict;
H A Dhotuser53 use strict;
/freebsd-10.3-release/usr.bin/netstat/
H A DMakefile12 CFLAGS+=-fno-strict-aliasing
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h55 MethodName (const char *name, bool strict) : argument
63 SetName (name, strict);
70 IsValid (bool strict) const
72 // If "strict" is true, the name must have everything specified including
74 if (strict && m_type == eTypeUnspecified)
103 SetName (const char *name, bool strict);
/freebsd-10.3-release/contrib/subversion/subversion/svn/
H A Dpropget-cmd.c325 if (opt_state->verbose && (opt_state->revprop || opt_state->strict
329 "--strict or --xml"));
404 if (! opt_state->strict)
423 if (opt_state->strict
464 not to do so with the --strict option. */
470 && (! opt_state->strict));
471 omit_newline = opt_state->strict;
472 like_proplist = opt_state->verbose && !opt_state->strict;
/freebsd-10.3-release/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in6 use strict;

Completed in 409 milliseconds

1234