Lines Matching refs:dp
1274 register char *dp;
1284 dp = ecpyalloc(timep);
1285 if (*dp != '\0') {
1286 ep = dp + strlen(dp) - 1;
1307 rp->r_tod = gethms(dp, gettext("invalid time of day"), FALSE);
1308 ifree(dp);
1391 dp = ecpyalloc(dayp);
1392 if ((lp = byword(dp, lasts)) != NULL) {
1397 if ((ep = strchr(dp, '<')) != 0)
1399 else if ((ep = strchr(dp, '>')) != 0)
1402 ep = dp;
1409 ifree(dp);
1412 if ((lp = byword(dp, wday_names)) == NULL) {
1414 ifree(dp);
1423 ifree(dp);
1427 ifree(dp);
2070 register char *dp;
2084 array[nsubs++] = dp = cp;
2086 if ((*dp = *cp++) != '"')
2087 ++dp;
2088 else while ((*dp = *cp++) != '"')
2089 if (*dp != '\0')
2090 ++dp;
2100 *dp = '\0';