Home
last modified time | relevance | path

Searched refs:apptype (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
DProcess.xs234 ULONG apptype; in file_type() local
238 if (CheckOSError(DosQueryAppType(path, &apptype))) { in file_type()
249 return apptype; in file_type()
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c952 ULONG apptype; in file_type() local
956 if (CheckOSError(DosQueryAppType(path, &apptype))) { in file_type()
969 return apptype; in file_type()