OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pt2
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/fs/vfs/
t_renamerace.c
151
pthread_t pt1[NWRK],
pt2
[NWRK];
local
173
pthread_create(&
pt2
[i], NULL, w2, NULL);
181
pthread_join(
pt2
[i], NULL);
191
pthread_t pt1,
pt2
;
local
205
pthread_create(&
pt2
, NULL, w2, NULL);
211
pthread_join(
pt2
, NULL);
/src/bin/pax/
pat_rep.c
104
char *
pt2
;
local
158
for (
pt2
= pt1; *
pt2
;
pt2
++) {
159
if (*
pt2
== '\\') {
160
pt2
++;
163
if (*
pt2
== *str)
166
if (*
pt2
== 0) {
173
*
pt2
= '\0';
183
pt1 =
pt2
++
[
all
...]
/src/sys/arch/m68k/m68k/
pmap_68k.c
1182
const struct pmap_table * const
pt2
= n2;
local
1184
return pmap_table_rb_compare_key(v, n1, &
pt2
->pt_key);
Completed in 26 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026