OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outpt
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
pat_rep.c
910
char *
outpt
;
local in function:rep_name
930
outpt
= nname;
931
endpt =
outpt
+ PAXPATHLEN;
957
while ((inpt < rpt) && (
outpt
< endpt))
958
*
outpt
++ = *inpt++;
959
if (
outpt
== endpt)
969
resub(&(pt->rcmp),pm,pt->nstr,inpt,
outpt
,endpt)
976
outpt
+= res;
990
if ((
outpt
== endpt) || (*inpt == '\0'))
1013
while ((
outpt
< endpt) && (*inpt != '\0')
[
all
...]
pat_rep.c
910
char *
outpt
;
local in function:rep_name
930
outpt
= nname;
931
endpt =
outpt
+ PAXPATHLEN;
957
while ((inpt < rpt) && (
outpt
< endpt))
958
*
outpt
++ = *inpt++;
959
if (
outpt
== endpt)
969
resub(&(pt->rcmp),pm,pt->nstr,inpt,
outpt
,endpt)
976
outpt
+= res;
990
if ((
outpt
== endpt) || (*inpt == '\0'))
1013
while ((
outpt
< endpt) && (*inpt != '\0')
[
all
...]
Completed in 29 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025