Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 25 of 245) sorted by relevance

12345678910

/trueos/cddl/contrib/dtracetoolkit/Examples/
HDpl_flow_example.txt33 0 4181899423048 strict.pm -> bits
34 0 4181899423081 strict.pm <- bits
35 0 4181899423105 strict.pm -> import
36 0 4181899423126 strict.pm <- import
44 0 4181899446076 strict.pm -> import
45 0 4181899446087 strict.pm <- import
62 0 4181899457324 strict.pm -> import
63 0 4181899457332 strict.pm -> bits
64 0 4181899457345 strict.pm <- bits
65 0 4181899457353 strict.pm <- import
[all …]
HDpl_flowtime_example.txt38 0 4201691465593 strict.pm 441 -> bits
39 0 4201691465625 strict.pm 32 <- bits
40 0 4201691465655 strict.pm 29 -> import
41 0 4201691465676 strict.pm 21 <- import
49 0 4201691468378 strict.pm 10 -> import
50 0 4201691468388 strict.pm 10 <- import
67 0 4201691472118 strict.pm 8 -> import
68 0 4201691472126 strict.pm 8 -> bits
69 0 4201691472139 strict.pm 12 <- bits
70 0 4201691472148 strict.pm 9 <- import
[all …]
HDpl_flowinfo_example.txt42 0 305132 444 strict.pm:12 sub -> bits
43 0 305132 34 strict.pm:12 sub <- bits
44 0 305132 32 strict.pm:28 sub -> import
45 0 305132 22 strict.pm:28 sub <- import
53 0 305132 11 strict.pm:28 sub -> import
54 0 305132 11 strict.pm:28 sub <- import
71 0 305132 9 strict.pm:28 sub -> import
72 0 305132 8 strict.pm:12 sub -> bits
73 0 305132 13 strict.pm:12 sub <- bits
74 0 305132 9 strict.pm:28 sub <- import
[all …]
HDpl_cputime_example.txt85 strict.pm sub unimport 4
86 strict.pm sub import 5
88 strict.pm sub bits 6
101 strict.pm sub unimport 17
102 strict.pm sub import 21
105 strict.pm sub bits 40
129 strict.pm sub import 28
130 strict.pm sub unimport 35
131 strict.pm sub bits 40
HDpl_calltime_example.txt84 strict.pm sub unimport 4
85 strict.pm sub import 5
87 strict.pm sub bits 6
99 strict.pm sub import 38
101 strict.pm sub bits 49
103 strict.pm sub unimport 65
127 strict.pm sub import 46
128 strict.pm sub bits 49
131 strict.pm sub unimport 87
HDpl_subcalls_example.txt45 strict.pm unimport 4
46 strict.pm import 5
48 strict.pm bits 6
HDpl_calldist_example.txt125 strict.pm, sub, import
134 strict.pm, sub, bits
142 strict.pm, sub, unimport
300 strict.pm, sub, bits
308 strict.pm, sub, import
336 strict.pm, sub, unimport
HDpl_cpudist_example.txt122 strict.pm, sub, unimport
141 strict.pm, sub, import
150 strict.pm, sub, bits
312 strict.pm, sub, unimport
318 strict.pm, sub, import
327 strict.pm, sub, bits
/trueos/cddl/contrib/dtracetoolkit/Notes/
HDALLperl_notes.txt22 the "strict" pragma,
29 strict.pm bits 1
30 strict.pm import 1
32 not only were functions from "strict.pm" traced, but a "BEGIN" function
38 3 use strict;
/trueos/contrib/jansson/src/
HDpack_unpack.c352 int strict = 0; in unpack_object() local
379 if(strict != 0) { in unpack_object()
381 (strict == 1 ? '!' : '*'), token(s)); in unpack_object()
391 strict = (token(s) == '!' ? 1 : -1); in unpack_object()
433 if(strict == 0 && (s->flags & JSON_STRICT)) in unpack_object()
434 strict = 1; in unpack_object()
436 if(root && strict == 1) { in unpack_object()
468 int strict = 0; in unpack_array() local
479 if(strict != 0) { in unpack_array()
481 (strict == 1 ? '!' : '*'), in unpack_array()
[all …]
/trueos/contrib/libarchive/libarchive/
HDarchive_write_set_format_v7tar.c135 static int format_number(int64_t, char *, int size, int max, int strict);
365 struct archive_entry *entry, int strict, in format_header_v7tar() argument
400 if (strict && copy_length < V7TAR_name_size) in format_header_v7tar()
402 else if (!strict && copy_length <= V7TAR_name_size) in format_header_v7tar()
453 V7TAR_mode_max_size, strict)) { in format_header_v7tar()
460 h + V7TAR_uid_offset, V7TAR_uid_size, V7TAR_uid_max_size, strict)) { in format_header_v7tar()
467 h + V7TAR_gid_offset, V7TAR_gid_size, V7TAR_gid_max_size, strict)) { in format_header_v7tar()
475 V7TAR_size_max_size, strict)) { in format_header_v7tar()
483 V7TAR_mtime_max_size, strict)) { in format_header_v7tar()
540 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number() argument
[all …]
HDarchive_write_set_format_ustar.c160 static int format_number(int64_t, char *, int size, int max, int strict);
388 struct archive_entry *entry, int tartype, int strict, in __archive_write_format_header_ustar() argument
551 h + USTAR_mode_offset, USTAR_mode_size, USTAR_mode_max_size, strict)) { in __archive_write_format_header_ustar()
558 h + USTAR_uid_offset, USTAR_uid_size, USTAR_uid_max_size, strict)) { in __archive_write_format_header_ustar()
565 h + USTAR_gid_offset, USTAR_gid_size, USTAR_gid_max_size, strict)) { in __archive_write_format_header_ustar()
572 h + USTAR_size_offset, USTAR_size_size, USTAR_size_max_size, strict)) { in __archive_write_format_header_ustar()
579 h + USTAR_mtime_offset, USTAR_mtime_size, USTAR_mtime_max_size, strict)) { in __archive_write_format_header_ustar()
589 USTAR_rdevmajor_max_size, strict)) { in __archive_write_format_header_ustar()
597 USTAR_rdevminor_max_size, strict)) { in __archive_write_format_header_ustar()
643 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number() argument
[all …]
/trueos/contrib/ofed/management/libibcommon/
HDChangeLog7 * src/sysfs.c: Change uint to unsigned for strict ANSI
12 for strict ANSI
20 * include/infiniband/common.h: Enable strict format/args
/trueos/sys/dev/iicbus/
HDiicbus.c96 int strict; in iicbus_attach() local
103 device_get_unit(dev), "strict", &strict) == 0) in iicbus_attach()
104 sc->strict = strict; in iicbus_attach()
106 sc->strict = 1; in iicbus_attach()
/trueos/usr.sbin/pkg_install/lib/
HDdeps.c186 requiredby(const char *pkgname, struct reqr_by_head **list, Boolean strict, Boolean filter) in requiredby() argument
203 if (strict == TRUE) in requiredby()
213 if (strict == TRUE) in requiredby()
223 if (strict == TRUE) in requiredby()
/trueos/contrib/subversion/subversion/svn/
HDpropget-cmd.c323 if (opt_state->verbose && (opt_state->revprop || opt_state->strict in svn_cl__propget()
402 if (! opt_state->strict) in svn_cl__propget()
421 if (opt_state->strict in svn_cl__propget()
468 && (! opt_state->strict)); in svn_cl__propget()
469 omit_newline = opt_state->strict; in svn_cl__propget()
470 like_proplist = opt_state->verbose && !opt_state->strict; in svn_cl__propget()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h55 MethodName (const char *name, bool strict) : in MethodName() argument
63 SetName (name, strict); in MethodName()
70 IsValid (bool strict) const in IsValid() argument
74 if (strict && m_type == eTypeUnspecified) in IsValid()
103 SetName (const char *name, bool strict);
/trueos/contrib/gcc/
HDrecog.c1999 constrain_operands_cached (int strict) in constrain_operands_cached() argument
2002 return constrain_operands (strict); in constrain_operands_cached()
2272 constrain_operands (int strict) in constrain_operands() argument
2379 if (strict < 0) in constrain_operands()
2405 if (val == 2 && strict > 0) in constrain_operands()
2419 if (strict <= 0 in constrain_operands()
2434 if (strict < 0 in constrain_operands()
2441 else if (strict < 0 || general_operand (op, mode)) in constrain_operands()
2457 if (strict > 0 in constrain_operands()
2461 if (strict == 0 in constrain_operands()
[all …]
/trueos/contrib/netbsd-tests/ipf/regress/
HDf137 pass in proto udp from any to any port = 53 keep frags(strict)
8 pass in proto tcp from any to any port = 25 keep state(strict)
HDi114 pass in proto udp from localhost to localhost port = 2049 keep frag(strict)
10 pass in proto tcp all flags S keep state(strict,newisn,no-icmp-err,limit 101,age 600)
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
HDtst.tcp.ksh82 use strict;
109 use strict;
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticGroups.td299 def : DiagGroup<"strict-aliasing=0">;
300 def : DiagGroup<"strict-aliasing=1">;
301 def : DiagGroup<"strict-aliasing=2">;
302 def : DiagGroup<"strict-aliasing">;
305 def : DiagGroup<"strict-overflow=0">;
306 def : DiagGroup<"strict-overflow=1">;
307 def : DiagGroup<"strict-overflow=2">;
308 def : DiagGroup<"strict-overflow=3">;
309 def : DiagGroup<"strict-overflow=4">;
310 def : DiagGroup<"strict-overflow=5">;
[all …]
/trueos/contrib/netbsd-tests/lib/librumphijack/
HDsshd_config.in11 # very strict permissions on it and cannot modify the copy on the source
16 # to safely log in. We need to disable strict modes because ATF_WORKDIR
/trueos/contrib/netbsd-tests/fs/psshfs/
HDsshd_config.in11 # very strict permissions on it and cannot modify the copy on the source
16 # to safely log in. We need to disable strict modes because ATF_WORKDIR
/trueos/contrib/netbsd-tests/ipf/expected/
HDi114 pass in inet proto udp from 127.0.0.1/32 to 127.0.0.1/32 port = 2049 keep frags (strict)
10 pass in proto tcp from any to any flags S/FSRPAU keep state (limit 101,strict,newisn,no-icmp-err,ag…

12345678910