Home
last modified time | relevance | path

Searched refs:shortp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmailcompat.c150 getfrom(shortp) in getfrom() argument
151 char **shortp; in getfrom()
186 *shortp = start; /* assume whole addr */
195 *shortp = bang2 + 1; /* move past ! */
200 printf("place='%s'\n", *shortp);
H A Dvacation.c376 getfrom(shortp) in getfrom() argument
377 char **shortp; in getfrom()
412 *shortp = start; /* assume whole addr */
422 *shortp = bang2 + 1; /* move past ! */
427 printf("place='%s'\n", *shortp);
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c103 void *p, *shortp; local
216 shortp = NULL;
238 shortp = lp->buf + (sizeof(HDR) - nr);
251 if (shortp != NULL) {
252 if (lp->b_off < ((u_int8_t *)shortp - lp->buf) + len)
254 if ((ret = __db_retcopy(dbt, shortp, len,
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/
H A Dutf8_to_ebcdic_test.c90 ushort_t *shortp; in validate() local