Searched refs:fslen (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_file.c | 94 assert(d->fslen <= 1000); /* XXX */ \ 95 assert(d->filespec[d->fslen] == 0); \ 96 assert(d->fslen = strlen(d->filespec)); \ 190 d->fslen = flen;
|
H A D | prof_int.h | 33 * - filespec, fslen are fixed after creation 48 size_t fslen; member in struct:_prf_data_t
|
/illumos-gate/usr/src/lib/libelfsign/common/ |
H A D | elfsignlib.c | 483 size_t *fslen, 676 *fslen = data->d_size; 1025 size_t fslen; local 1043 if (elfsign_signatures(ess, &fssp, &fslen, ES_GET) != ELFSIGN_SUCCESS) { 1153 (ess->es_callbackctx, fssp, fslen, cert); local 481 elfsign_signatures(ELFsign_t ess, struct filesignatures **fsspp, size_t *fslen, enum ES_ACTION action) argument
|
Completed in 60 milliseconds