Lines Matching +full:common +full:- +full:account
45 or forward-defined
49 The size of primitive (non-derived) data types in C may differ
58 to account for the platform specifics.
97 .Bl -column -offset indent \
126 .Bd -literal -offset indent
132 .Bl -column -offset indent \
156 .Bd -literal -offset indent
184 .Bl -column -offset indent \
213 .Bd -literal -offset indent
220 .Bl -column -offset indent \
230 One of the more common uses of the
234 .Bd -literal -offset indent
243 .Bd -literal -offset indent
261 It is a common mistake to apply
264 .Bd -literal -offset indent
270 (void)strncat(buf, input, sizeof(buf) - 1);
285 .Bd -literal -offset indent
287 printf("%ld - %d\\n", sizeof(a = 10), a); /* Result: "4 - 42" */
301 .St -ansiC .
305 .St -isoC-99 .