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 194 DIR *unixdir;
243 unixdir= opendir(path);
244 if (unixdir == NULL) {
254 filedata= readdir(unixdir);
262 closedir(unixdir);
298 closedir(unixdir);
332 closedir(unixdir);
347 closedir(unixdir);
366 closedir(unixdir);
377 while ( (filedata= readdir(unixdir)) != NULL)
    [all...]
  /src/crypto/external/bsd/openssl/dist/
Configure 1931 my $unixdir = join('/', @curd);
1932 if (exists $skipdir{$unixdir}) {
1933 my $what = $skipdir{$unixdir};
  /src/crypto/external/apache2/openssl/dist/
Configure 2063 my $unixdir = join('/', @curd);
2064 if (exists $skipdir{$unixdir}) {
2065 my $what = $skipdir{$unixdir};

Completed in 26 milliseconds