Lines Matching refs:t_p
1233 char *t_p;1296 t_p = Hdr_p;1298 while (*t_p != NULL) {1299 if (isupper(*t_p)) {1300 *t_p = 'a' + (*t_p - 'A');1303 t_p++;2055 char *t_p;2072 t_p = Over_p + strlen(Over_p);2074 while (t_p != Over_p) {2075 if (*(t_p - 1) == '/')2077 t_p--;2080 (void) strcpy(t_p, "XXXXXX");