Searched refs:shortp (Results 1 – 4 of 4) sorted by relevance
150 getfrom(shortp) in getfrom() argument151 char **shortp; in getfrom()186 *shortp = start; /* assume whole addr */195 *shortp = bang2 + 1; /* move past ! */200 printf("place='%s'\n", *shortp);
376 getfrom(shortp) in getfrom() argument377 char **shortp; in getfrom()412 *shortp = start; /* assume whole addr */422 *shortp = bang2 + 1; /* move past ! */427 printf("place='%s'\n", *shortp);
103 void *p, *shortp; local216 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,
90 ushort_t *shortp; in validate() local