Searched refs:ext (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/ |
H A D | writekey.sh | 3 usage="Usage: $0 -x ext -p pin -f keyrootname" 7 x ) ext=$OPTARG ;; 16 if [ ! "$ext" -o ! "$pin" -o ! "$root" ] ; then 54 label=$zone,zsk,$ext 56 label=$zone,ksk,$ext
|
H A D | genkey.sh | 3 usage="Usage: $0 -z zone -x ext -p pin -b bits -e engine [-f] -k key_path" 8 x ) ext=$OPTARG ;; 21 if [ ! "$zone" -o ! "$ext" -o ! "$pin" -o ! "$engine" -o ! "$bits" -o ! "$key_path" ] ; then 27 label="$zone,$flag,$ext" 29 label="$zone,zsk,$ext"
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | misc.h | 66 extern char *pathname (char *name, size_t size, const char *path, const char *file, const char *ext);
|
H A D | misc.c | 340 ** pathname (path, size, dir, file, ext) 341 ** Concatenate 'dir', 'file' and 'ext' (if not null) to build 345 char *pathname (char *path, size_t size, const char *dir, const char *file, const char *ext) argument 355 if ( ext ) 356 len += strlen (ext); 371 if ( ext ) 372 strcat (path, ext);
|
H A D | rollover.c | 124 const char *ext; local 147 ext = strrchr (zp->sfile, '.'); 148 if ( ext && strcmp (zp->sfile, ".dsigned") == 0 ) /* is the current zone a dynamic one ? */
|
H A D | dki.c | 564 static const char *ext[] = { local 575 for ( pext = ext; *pext; pext++ ) 601 static const char *ext[] = { local 610 for ( pext = ext; *pext; pext++ )
|
Completed in 17 milliseconds