Searched refs:expl (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A D__init__.py68 expl = 'Invalid value specified for property "%s": %s' % \
71 expl = expl + ' (%s)' % explanation
72 super(BootmgmtMalformedPropertyValueError, self).__init__(expl)
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dcomm.c67 mi_int32 expl; local
131 (void) memcpy((void *) &expl, (void *) &(data[0]), MILTER_LEN_BYTES);
132 expl = ntohl(expl) - 1;
133 if (expl <= 0)
135 if (expl > Maxdatasize)
141 buf = malloc(expl + 1);
143 buf = malloc(expl);
170 len = MI_SOCK_READ(sd, buf + i, expl - i);
185 if (len > expl
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c391 ssize_t expl; local
453 expl = ntohl(i) - 1;
457 m->mf_name, (long) expl);
459 if (expl < 0)
463 m->mf_name, (long) expl, where);
467 m->mf_name, (long) expl, where);
472 if (expl == 0)
475 buf = (char *) xalloc(expl);
477 if (milter_sysread(m, buf, expl, to, e, where) == NULL)
485 m->mf_name, (int) expl, bu
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1316 # define Perl_exp expl

Completed in 240 milliseconds