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

1234

/freebsd-9.3-release/usr.sbin/kldxref/
H A DMakefile8 CFLAGS+=-fno-strict-aliasing
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dcidrexpand54 use strict;
/freebsd-9.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-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_private.h110 * "strict" is set, this tries to create the absolutely most portable
111 * version of a ustar header. If "strict" is set to 0, then it will
120 struct archive_entry *, int tartype, int strict);
H A Darchive_write_set_format_ustar.c152 static int format_number(int64_t, char *, int size, int max, int strict);
251 * If "strict" is set to zero, it will extend numeric fields as
258 struct archive_entry *entry, int tartype, int strict)
362 if (format_number(archive_entry_mode(entry) & 07777, h + USTAR_mode_offset, USTAR_mode_size, USTAR_mode_max_size, strict)) {
367 if (format_number(archive_entry_uid(entry), h + USTAR_uid_offset, USTAR_uid_size, USTAR_uid_max_size, strict)) {
372 if (format_number(archive_entry_gid(entry), h + USTAR_gid_offset, USTAR_gid_size, USTAR_gid_max_size, strict)) {
377 if (format_number(archive_entry_size(entry), h + USTAR_size_offset, USTAR_size_size, USTAR_size_max_size, strict)) {
382 if (format_number(archive_entry_mtime(entry), h + USTAR_mtime_offset, USTAR_mtime_size, USTAR_mtime_max_size, strict)) {
391 USTAR_rdevmajor_size, USTAR_rdevmajor_max_size, strict)) {
398 USTAR_rdevminor_size, USTAR_rdevminor_max_size, strict)) {
257 __archive_write_format_header_ustar(struct archive_write *a, char h[512], struct archive_entry *entry, int tartype, int strict) argument
444 format_number(int64_t v, char *p, int s, int maxsize, int strict) argument
[all...]
/freebsd-9.3-release/sys/netncp/
H A Dncp_nls.h83 int ncp_pathcheck(char *s, int len, struct ncp_nlstables *nt, int strict);
/freebsd-9.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-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh82 use strict;
109 use strict;
/freebsd-9.3-release/contrib/wpa/hostapd/logwatch/
H A Dhostapd9 use strict;
/freebsd-9.3-release/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in7 use strict;
/freebsd-9.3-release/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in5 use strict;
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DgenAuthors.in21 use strict;
H A DupdateBEDate3 use strict;
/freebsd-9.3-release/tools/tools/commitsdb/
H A Dmake_commit_db9 use strict;
H A Dquery_commit_db10 use strict;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotkernel50 use strict;
H A Dhotuser53 use strict;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dhotkernel50 use strict;
H A Dhotuser53 use strict;
/freebsd-9.3-release/usr.bin/netstat/
H A DMakefile11 CFLAGS+=-fno-strict-aliasing
/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcslock.in53 # This script will work only if locking is set to strict.
177 if ( $_ =~ /^locks: strict$/ )
/freebsd-9.3-release/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in6 use strict;
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c1179 static int ctrl_iface_get_capability_pairwise(int res, char *strict, argument
1191 if (strict)
1227 static int ctrl_iface_get_capability_group(int res, char *strict, argument
1239 if (strict)
1284 static int ctrl_iface_get_capability_key_mgmt(int res, char *strict, argument
1296 if (strict)
1337 static int ctrl_iface_get_capability_proto(int res, char *strict, argument
1349 if (strict)
1379 static int ctrl_iface_get_capability_auth_alg(int res, char *strict, argument
1391 if (strict)
1434 char *strict; local
[all...]
/freebsd-9.3-release/tools/regression/bin/pax/
H A Dregress.t5 use strict;
/freebsd-9.3-release/contrib/gcc/
H A Drecog.c126 /* Post-reload, be more strict with things. */
2010 constrain_operands_cached (int strict)
2013 return constrain_operands (strict);
2284 constrain_operands (int strict)
2391 if (strict < 0)
2417 if (val == 2 && strict > 0)
2431 if (strict <= 0
2446 if (strict < 0
2453 else if (strict < 0 || general_operand (op, mode))
2469 if (strict >
1999 constrain_operands_cached(int strict) argument
2272 constrain_operands(int strict) argument
[all...]

Completed in 131 milliseconds

1234