OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutPathname
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c
710
char *
OutPathname
;
783
OutPathname
= calloc (MaxPathLength +
785
if (!
OutPathname
)
792
strcpy (
OutPathname
, TargetPath);
795
strcat (
OutPathname
, "/");
796
strcat (
OutPathname
, Filename);
799
AsPutFile (
OutPathname
, Gbl_FileBuffer, ConversionTable->Flags);
800
free (
OutPathname
);
asfile.c
710
char *
OutPathname
;
783
OutPathname
= calloc (MaxPathLength +
785
if (!
OutPathname
)
792
strcpy (
OutPathname
, TargetPath);
795
strcat (
OutPathname
, "/");
796
strcat (
OutPathname
, Filename);
799
AsPutFile (
OutPathname
, Gbl_FileBuffer, ConversionTable->Flags);
800
free (
OutPathname
);
Completed in 29 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025