Searched refs:dentp (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-ls.c368 struct dirent *dentp; local
378 while ( (dentp = readdir (dirp)) != NULL )
380 if ( is_dotfilename (dentp->d_name) )
383 dbg_val ("directory: check %s\n", dentp->d_name);
384 pathname (path, sizeof (path), dir, dentp->d_name, NULL);
390 else if ( is_keyfilename (dentp->d_name) )
391 if ( (dkp = dki_read (dir, dentp->d_name)) )
H A Ddnssec-zkt.c735 struct dirent *dentp; local
745 while ( (dentp = readdir (dirp)) != NULL )
747 if ( is_dotfilename (dentp->d_name) )
750 dbg_val ("directory: check %s\n", dentp->d_name);
751 pathname (path, sizeof (path), dir, dentp->d_name, NULL);
757 else if ( is_keyfilename (dentp->d_name) )
758 if ( (dkp = dki_read (dir, dentp->d_name)) )
H A Dzkt-keyman.c642 struct dirent *dentp; local
652 while ( (dentp = readdir (dirp)) != NULL )
654 if ( is_dotfilename (dentp->d_name) )
657 dbg_val ("directory: check %s\n", dentp->d_name);
658 pathname (path, sizeof (path), dir, dentp->d_name, NULL);
664 else if ( is_keyfilename (dentp->d_name) )
665 if ( (dkp = dki_read (dir, dentp->d_name)) )
H A Dzkt-signer.c431 struct dirent *dentp; local
445 while ( (dentp = readdir (dirp)) != NULL )
447 if ( is_dotfilename (dentp->d_name) )
450 pathname (path, sizeof (path), dir, dentp->d_name, NULL);
751 struct dirent *dentp; local
760 while ( !newkeysetfile && (dentp = readdir (dirp)) != NULL )
762 if ( strncmp (dentp->d_name, KEYSET_FILE_PFX, strlen (KEYSET_FILE_PFX)) != 0 )
765 pathname (path, sizeof (path), dir, dentp->d_name, NULL);
H A Ddki.c399 struct dirent *dentp; local
406 while ( (dentp = readdir (dirp)) != NULL )
408 if ( is_dotfilename (dentp->d_name) )
411 dbg_val ("directory: check %s\n", dentp->d_name);
412 pathname (path, sizeof (path), dir, dentp->d_name, NULL);
418 else if ( is_keyfilename (dentp->d_name) )
419 if ( (dkp = dki_read (dir, dentp->d_name)) )

Completed in 20 milliseconds