Lines Matching refs:cp
87 char *cp;92 cp = strchr(args, '\n');93 if (cp)94 *cp = '\0';96 for (cp = args; *cp && isspace((unsigned char)*cp); cp++)98 args = cp;99 for (; *cp && !isspace((unsigned char)*cp); cp++)101 if (*cp)102 *cp++ = '\0';103 if (cp - args == 0)115 args = cp;
Indexes created Tue Oct 21 12:09:54 GMT 2025