Lines Matching defs:from
112 int ret; /* return code from check_version */
423 int ret; /* return code from check_version */
448 * treat the case of 1 PM as a degenerate case of a list of PMs from a
645 register char *from; /* working pointer */
698 from = buf;
705 p = strchr(from, DELIMC);
706 for ( ; from <= p; )
707 *to++ = *from++;
713 p = strchr(from, DELIMC);
714 for ( ; from < p; ) {
715 if (*from == 'x') {
716 from++;
719 *to++ = *from++;
729 *to++ = *from++;
735 for ( ; from < &buf[SIZE - 1] ;)
736 *to++ = *from++;
811 * treat the case of 1 PM as a degenerate case of a list of PMs from a
875 pid_t pid; /* returned pid from fork */
876 int status; /* return status from sacadm child */
1071 * parseline - parse a line from _pmtab. This routine will return if the
1075 * args: p - pointer to the data read from the file (note - this is
1213 register char *from; /* working pointer */
1218 from = spec;
1220 while (*from) {
1221 switch (*from) {
1227 from++;
1231 if (*(from + 1) == ':') {
1234 from += 2;
1237 *to++ = *from++;
1242 *to++ = *from++;