Searched refs:rerr (Results 1 - 11 of 11) sorted by path

/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A DShellQuote.pm119 my ($rerr, $s) = _shell_quote_backend @_;
121 if (@$rerr) {
123 @$rerr = grep { !$seen{$_}++ } @$rerr;
124 my $s = join '', map { "shell_quote(): $_\n" } @$rerr;
139 my ($rerr, $s) = _shell_quote_backend @_;
/macosx-10.9.5/Libc-997.90.3/regex/FreeBSD/
H A Dregerror.c84 static const struct rerr { struct
120 const struct rerr *r;
164 const struct rerr *r;
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dregerror.c33 static struct rerr { struct
70 register struct rerr *r;
116 register struct rerr *r;
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c140 regerr(int rerr, regex_t *re) argument
144 (void)regerror(rerr, re, errbuff, sizeof(errbuff));
382 int rerr = regcomp(&mre, nomechexp, REG_EXTENDED); local
383 if (rerr)
384 regerr(rerr, &mre);
398 int rerr; local
422 rerr = regexec(&mre, tmp_msg, 1, match, 0);
423 if (rerr == REG_NOMATCH)
425 else if (rerr)
426 regerr(rerr,
521 int rerr; local
717 int rerr; local
884 int rerr; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregerror.c54 static struct rerr { struct
86 struct rerr *r;
125 struct rerr *r;
/macosx-10.9.5/procmail-14/procmail/src/
H A Dcstdio.c40 goto rerr;
48 rerr: readerr(name);
65 rerr: { readerr(name); /* skip irregularities */
72 goto rerr;
H A Dprocmail.c554 rerr: readerr(buf);
561 goto rerr; /* they couldn't read it, so it was bogus */
572 goto rerr;
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregerror.c44 static struct rerr { struct
66 struct rerr *r;
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregerror.c38 static struct rerr { struct
59 struct rerr *r;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Daodv.h157 struct aodv_rerr rerr; member in union:aodv
H A Dprint-aodv.c158 printf(" [|rerr]");
162 dp = &ap->rerr.r.dest[0];
163 n = ap->rerr.rerr_dc * sizeof(ap->rerr.r.dest[0]);
164 printf(" rerr %s [items %u] [%u]:",
165 ap->rerr.rerr_flags & RERR_NODELETE ? "[D]" : "",
166 ap->rerr.rerr_dc, length);
167 trunc = n - (i/sizeof(ap->rerr.r.dest[0]));
168 for (; i >= sizeof(ap->rerr.r.dest[0]);
169 ++dp, i -= sizeof(ap->rerr
[all...]

Completed in 542 milliseconds