/src/tests/fs/vfs/ |
t_renamerace.c | 151 pthread_t pt1[NWRK], pt2[NWRK]; local in function:renamerace 170 pthread_create(&pt1[i], NULL, w1, NULL); 179 pthread_join(pt1[i], NULL); 191 pthread_t pt1, pt2; local in function:renamerace_dirs 204 pthread_create(&pt1, NULL, w1_dirs, NULL); 210 pthread_join(pt1, NULL);
|
t_renamerace.c | 151 pthread_t pt1[NWRK], pt2[NWRK]; local in function:renamerace 170 pthread_create(&pt1[i], NULL, w1, NULL); 179 pthread_join(pt1[i], NULL); 191 pthread_t pt1, pt2; local in function:renamerace_dirs 204 pthread_create(&pt1, NULL, w1_dirs, NULL); 210 pthread_join(pt1, NULL);
|
/src/bin/pax/ |
pat_rep.c | 103 char *pt1; local in function:rep_add 121 for (pt1 = str+1; *pt1; pt1++) { 122 if (*pt1 == '\\') { 123 pt1++; 126 if (*pt1 == *str) 129 if (*pt1 == 0) { 143 *pt1 = '\0'; 157 *pt1++ = *str [all...] |
pat_rep.c | 103 char *pt1; local in function:rep_add 121 for (pt1 = str+1; *pt1; pt1++) { 122 if (*pt1 == '\\') { 123 pt1++; 126 if (*pt1 == *str) 129 if (*pt1 == 0) { 143 *pt1 = '\0'; 157 *pt1++ = *str [all...] |