Lines Matching refs:prm
549 char prm[BUFSIZ], whitesp[BUFSIZ], rqtcmd[BUFSIZ], xcmd[BUFSIZ]; in chkpart() local
554 while ((ptr = getprm(ptr, whitesp, prm)) != NULL) { in chkpart()
555 DEBUG(4, "prm='%s'\n", prm); in chkpart()
556 switch (*prm) { in chkpart()
564 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
572 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
584 savechar[0] = *prm; in chkpart()
589 savechar[0] = prm[strlen(prm)-1]; in chkpart()
590 prm[strlen(prm)-1] = NULLCHAR; /* delete last character */ in chkpart()
593 if (ret = chkpart(prm+1)) { /* failed */ in chkpart()
601 if (*(prm+1) == '>') { in chkpart()
603 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
613 (void) strlcpy(rqtcmd, prm, sizeof (rqtcmd)); in chkpart()
624 (void) strlcpy(rqtcmd, prm, sizeof (rqtcmd)); in chkpart()
653 chkFile(char *prm) in chkFile() argument
657 (void) strlcpy(buf, prm, sizeof (buf)); in chkFile()
658 switch (*prm) { in chkFile()