HomeSort by relevance Sort by last modified time
    Searched defs:patterns (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
auth-options.c 178 char *patterns = xmalloc(strlen(opts) + 1); local
187 patterns[i++] = '"';
190 patterns[i++] = *opts++;
197 xfree(patterns);
200 patterns[i] = 0;
203 patterns) != 1) {
204 xfree(patterns);
215 xfree(patterns);
223 char *patterns = xmalloc(strlen(opts) + 1); local
232 patterns[i++] = '"'
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
malloc.c 82 const ulong_t patterns[] = { variable
93 ASSERT(*membgn != patterns[pattern]);
94 *membgn++ = patterns[pattern];
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
postdmd.c 55 * By default 6 byte patterns are used, but any number can be selected with the -b
57 * patterns increase the size of the output file, but reduce the work load that's
59 * patterns and no exclusive-or'ing) do a decent balancing job across currently
60 * available PostScript printers. Larger patterns (eg. -b16) increase the output
67 * bytes patterns count
69 * where bytes and count are decimal integers and patterns is a hex string. Bytes
70 * is the number of bytes represented by the hex patterns and count is the number
71 * of additional times the patterns should be repeated. For example,
155 int patterns; /* 16 bit patterns per scan line * variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/grep_xpg4/
grep.c 70 static PATTERN *patterns; variable
309 if (patterns == NULL && !fflag) {
326 * Compile Patterns and also decide if BMG can be used
473 pp->next = patterns;
474 patterns = pp;
482 * Fix patterns.
498 for (npatterns = 0, pp = patterns; pp != NULL; pp = pp->next) {
597 * - non zero length pattern (strlen(patterns->pattern) != 0)
599 * It's guaranteed patterns->pattern is still alive
603 (npatterns == 1) && (strlen(patterns->pattern) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 83 * Patterns to be copied into freed blocks and allocated blocks.
86 static uint64_t patterns[2] = { variable
94 uint64_t pattern = patterns[pat];

Completed in 7018 milliseconds