HomeSort by: relevance | last modified time | path
    Searched refs:DirPathname (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixdir.c 167 char *DirPathname;
180 * PARAMETERS: DirPathname - Full pathname to the directory
192 char *DirPathname,
210 dir = opendir (DirPathname);
213 fprintf (stderr, "Cannot open directory - %s\n", DirPathname);
222 ExternalInfo->DirPathname = DirPathname;
263 strlen (ExternalInfo->DirPathname) + 2;
273 strcpy (temp_str, ExternalInfo->DirPathname);
oswindir.c 174 * PARAMETERS: DirPathname - Full pathname to the directory
187 char *DirPathname,
198 if (!DirPathname || strlen (DirPathname) == 0)
200 DirPathname = ".";
214 strlen (DirPathname) + strlen (WildcardSpec) + 2, 1);
224 strcpy (FullWildcardSpec, DirPathname);

Completed in 13 milliseconds