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

  /src/external/bsd/libpcap/dist/
pcap-new.c 186 DIR *unixdir;
232 unixdir= opendir(path);
233 if (unixdir == NULL) {
243 filedata= readdir(unixdir);
251 closedir(unixdir);
287 closedir(unixdir);
321 closedir(unixdir);
336 closedir(unixdir);
355 closedir(unixdir);
366 while ( (filedata= readdir(unixdir)) != NULL)
    [all...]
  /src/crypto/external/apache2/openssl/dist/
Configure 2058 my $unixdir = join('/', @curd);
2059 if (exists $skipdir{$unixdir}) {
2060 my $what = $skipdir{$unixdir};
  /src/crypto/external/bsd/openssl/dist/
Configure 1931 my $unixdir = join('/', @curd);
1932 if (exists $skipdir{$unixdir}) {
1933 my $what = $skipdir{$unixdir};

Completed in 28 milliseconds