Searched refs:pt1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_renamerace.c93 pthread_t pt1[NWRK], pt2[NWRK]; local
112 pthread_create(&pt1[i], NULL, w1, NULL);
121 pthread_join(pt1[i], NULL);
146 pthread_t pt1, pt2; local
162 pthread_create(&pt1, NULL, w1_dirs, NULL);
168 pthread_join(pt1, NULL);
/freebsd-10-stable/bin/pax/
H A Dpat_rep.c99 char *pt1; local
119 if ((pt1 = strchr(str+1, *str)) == NULL) {
133 *pt1 = '\0';
150 *pt1++ = *str;
151 if ((pt2 = strchr(pt1, *str)) == NULL) {
163 rep->nstr = pt1;
164 pt1 = pt2++;
187 *pt1 = *str;
/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck.c1065 tree pt1 = TREE_TYPE (t1);
1067 if (!same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (pt1),
1070 if (!compparms (TYPE_ARG_TYPES (pt1), TYPE_ARG_TYPES (pt2)))
1063 tree pt1 = TREE_TYPE (t1); local

Completed in 127 milliseconds