Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/trueos/contrib/gcc/doc/
HDimplement-c.texi6 @chapter C Implementation-defined behavior
7 @cindex implementation-defined behavior, C language
10 choice of behavior in each of the areas that are designated
21 @xref{Implementation-defined behavior, , Implementation-defined
22 behavior, cpp, The C Preprocessor}. Some choices are made by the
42 * Locale-specific behavior implementation::
59 @xref{Implementation-defined behavior, , Implementation-defined
60 behavior, cpp, The C Preprocessor}.
67 The behavior of most of these points are dependent on the implementation
75 @xref{Implementation-defined behavior, , Implementation-defined
[all …]
HDcompat.texi28 behavior specified by the ABI@.
49 behavior can vary from one implementation to another. Some of these
55 Conformance to the same ABI and the same behavior of implementation-defined
94 different program behavior for implementation-defined features that are
97 usual behavior of implementation-defined features for the platform.
HDbugreport.texi45 @cindex undefined behavior
53 program whose behavior is undefined, which happened by chance to give
/trueos/sys/sys/mach/
HDhost_priv_server.h306 (host_priv, exception_mask, new_port, behavior, new_flavor) in host_set_exception_ports() argument
310 exception_behavior_t behavior;
312 { return host_set_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor); }
318 exception_behavior_t behavior,
360 …(host_priv, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_be… in host_swap_exception_ports() argument
364 exception_behavior_t behavior;
371 { return host_swap_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor, masks…
377 exception_behavior_t behavior,
810 (host_priv, exception_mask, new_port, behavior, new_flavor) in host_set_exception_ports() argument
814 exception_behavior_t behavior;
[all …]
HDtask_server.h337 (task, exception_mask, new_port, behavior, new_flavor) in task_set_exception_ports() argument
341 exception_behavior_t behavior;
343 { return task_set_exception_ports(task, exception_mask, new_port, behavior, new_flavor); }
349 exception_behavior_t behavior,
391 …(task, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_behavio… in task_swap_exception_ports() argument
395 exception_behavior_t behavior;
402 { return task_swap_exception_ports(task, exception_mask, new_port, behavior, new_flavor, masks, mas…
408 exception_behavior_t behavior,
1133 (task, exception_mask, new_port, behavior, new_flavor) in task_set_exception_ports() argument
1137 exception_behavior_t behavior;
[all …]
HDvm_region.h58 vm_behavior_t behavior; member
HDexception_types.h119 exception_behavior_t behavior; /* exception type to raise */ member
/trueos/sys/compat/mach/kern/
HDipc_tt.c202 task->exc_actions[i].behavior = in ipc_task_init()
203 parent->exc_actions[i].behavior; in ipc_task_init()
1171 host->exc_actions[i].behavior = new_behavior; in host_set_exception_ports()
1233 task->exc_actions[i].behavior = new_behavior; in task_set_exception_ports()
1327 host->exc_actions[i].behavior ==behaviors[j] in host_swap_exception_ports()
1339 behaviors[j] = host->exc_actions[i].behavior; in host_swap_exception_ports()
1347 host->exc_actions[i].behavior = new_behavior; in host_swap_exception_ports()
1424 task->exc_actions[i].behavior == behaviors[j] in task_swap_exception_ports()
1435 behaviors[j] = task->exc_actions[i].behavior; in task_swap_exception_ports()
1442 task->exc_actions[i].behavior = new_behavior; in task_swap_exception_ports()
[all …]
/trueos/include/mach/
HDhost_priv.h306 (host_priv, exception_mask, new_port, behavior, new_flavor) in host_set_exception_ports() argument
310 exception_behavior_t behavior;
312 { return host_set_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor); }
318 exception_behavior_t behavior,
360 …(host_priv, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_be… in host_swap_exception_ports() argument
364 exception_behavior_t behavior;
371 { return host_swap_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor, masks…
377 exception_behavior_t behavior,
764 exception_behavior_t behavior; member
797 exception_behavior_t behavior; member
HDtask.h336 (task, exception_mask, new_port, behavior, new_flavor) in task_set_exception_ports() argument
340 exception_behavior_t behavior;
342 { return task_set_exception_ports(task, exception_mask, new_port, behavior, new_flavor); }
348 exception_behavior_t behavior,
390 …(task, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_behavio… in task_swap_exception_ports() argument
394 exception_behavior_t behavior;
401 { return task_swap_exception_ports(task, exception_mask, new_port, behavior, new_flavor, masks, mas…
407 exception_behavior_t behavior,
1093 exception_behavior_t behavior; member
1126 exception_behavior_t behavior; member
/trueos/contrib/nvi/docs/internals/
HDautowrite3 Vi autowrite behavior, the fields with *'s are "don't cares".
15 # This behavior is NOT identical to :edit.
21 # This behavior is identical to :tag, :tagpop, and :tagpush with
56 # Note, this behavior is the same as :rewind and friends, as well.
HDquoting82 This is historic behavior in vi, although there are special
102 escaping. This is NOT historic behavior in vi, making it
188 This is historic behavior in vi. It would get rid of a fairly
/trueos/usr.bin/sed/
HDPOSIX35 POSIX does not specify this behavior as the System V versions of
98 did not produce any output. POSIX does not specify this behavior.
106 text be output. Since the historic behavior doesn't seem to have
108 behavior.
190 behavior. For example the command:
/trueos/usr.bin/m4/tests/
HDm4wrap3.m44 dnl Check the behavior in presence of recursive m4wraps
HDredef.m43 dnl check all properties of builtin are passed on, including args behavior
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDSanitizers.def85 // ABI or address space layout implications, and only catch undefined behavior.
92 // -fsanitize=undefined-trap (and its alias -fcatch-undefined-behavior) includes
/trueos/etc/
HDcsh.login4 # Uncomment this to give you the default 4.2 behavior, where disk
HDprofile5 # Uncomment this to give you the default 4.2 behavior, where disk
/trueos/contrib/libreadline/
HDNEWS7 poll-like behavior.
/trueos/contrib/serf/
HDdesign-guide.txt86 NOTE: when bucket behavior tracking is enabled,
102 NOTE: when bucket behavior tracking is enabled,
113 NOTE: when bucket behavior tracking is enabled,
/trueos/sys/compat/mach/
HDhost_priv_server.c314 exception_behavior_t behavior; member
347 exception_behavior_t behavior; member
2320 (host_priv, exception_mask, new_port, behavior, new_flavor) in host_set_exception_ports() argument
2324 exception_behavior_t behavior;
2326 { return host_set_exception_ports(host_priv, exception_mask, new_port, behavior, new_flavor); }
2332 exception_behavior_t behavior,
2353 exception_behavior_t behavior; in _Xhost_set_exception_ports() member
2390 …ad.msgh_request_port), In0P->exception_mask, In0P->new_port.name, In0P->behavior, In0P->new_flavor… in _Xhost_set_exception_ports()
2625 …(host_priv, exception_mask, new_port, behavior, new_flavor, masks, masksCnt, old_handlerss, old_be… in host_swap_exception_ports() argument
2629 exception_behavior_t behavior;
[all …]
/trueos/gnu/usr.bin/grep/
HDNEWS123 behavior of silently skipping directories.
144 This is typically more useful than the old behavior,
153 silently skips directories. This is the traditional behavior of
209 selecting grep, egrep, and fgrep behavior respectively. For
/trueos/include/apple/sys/
HDspawn_internal.h72 exception_behavior_t behavior; member
/trueos/share/doc/IPv6/
HDIMPLEMENTATION192 * IPv4 mapped address (3.7) and special behavior of IPv6 wildcard bind
257 behavior when DAD fails (i.e., duplicate is detected): if the
282 IFF_SIMPLEX behavior. For example, you may need to check source MAC
297 assumptions in BSD IPv4 network code. To implement the behavior in
340 behavior in RFC2461.
342 SHOULD behavior in RFC2461.
389 debug behavior during bootstrap). nd6_debug configuration should
421 underway to define behavior of routers at site border, but, we have
599 support the behavior above at this moment.
604 kernel behavior described above.
[all …]
/trueos/usr.sbin/bsdconfig/examples/
HDbsdconfigrc28 # This file allows you to customize the behavior of bsdconfig.

12345678910>>...12