HomeSort by: relevance | last modified time | path
    Searched defs: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);
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);

Completed in 23 milliseconds