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

/netbsd-current/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_utils.c63 struct option sLongOpts[iNumGenLongOpts + a_iNumOpts + 1]; local
72 __memset( sLongOpts, 0, sizeof( sLongOpts ) );
73 memcpy( sLongOpts, sGenLongOpts, sizeof( sGenLongOpts ) );
75 memcpy( sLongOpts + iNumGenLongOpts,
81 szShortOpts, sLongOpts, NULL ) ) != -1 ) {

Completed in 111 milliseconds