Lines Matching refs:prm
547 char prm[BUFSIZ], whitesp[BUFSIZ], rqtcmd[BUFSIZ], xcmd[BUFSIZ]; in chkpart() local
552 while ((ptr = getprm(ptr, whitesp, prm)) != NULL) { in chkpart()
553 DEBUG(4, "prm='%s'\n", prm); in chkpart()
554 switch (*prm) { in chkpart()
562 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
570 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
582 savechar[0] = *prm; in chkpart()
587 savechar[0] = prm[strlen(prm)-1]; in chkpart()
588 prm[strlen(prm)-1] = NULLCHAR; /* delete last character */ in chkpart()
591 if (ret = chkpart(prm+1)) { /* failed */ in chkpart()
599 if (*(prm+1) == '>') { in chkpart()
601 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
611 (void) strlcpy(rqtcmd, prm, sizeof (rqtcmd)); in chkpart()
622 (void) strlcpy(rqtcmd, prm, sizeof (rqtcmd)); in chkpart()
651 chkFile(char *prm) in chkFile() argument
655 (void) strlcpy(buf, prm, sizeof (buf)); in chkFile()
656 switch (*prm) { in chkFile()