Home
last modified time | relevance | path

Searched refs:fctx (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c198 (krb5_context context, struct find_authdata_context *fctx, in grow_find_authdata() argument
202 if (fctx->length == fctx->space) { in grow_find_authdata()
204 if (fctx->space >= 256) { in grow_find_authdata()
208 new = realloc(fctx->out, in grow_find_authdata()
209 sizeof (krb5_authdata *)*(2*fctx->space+1)); in grow_find_authdata()
212 fctx->out = new; in grow_find_authdata()
213 fctx->space *=2; in grow_find_authdata()
215 fctx->out[fctx->length+1] = NULL; in grow_find_authdata()
217 &fctx->out[fctx->length]); in grow_find_authdata()
219 fctx->length++; in grow_find_authdata()
[all …]
/titanic_44/usr/src/tools/onbld/Scm/
H A DWorkSpace.py196 fctx = ctx.filectx(fname, filelog=octx.filelog())
198 fctx = ctx.filectx(fname)
204 if not isinstance(fctx, context.workingfilectx):
205 fctxcache[fname] = fctx
209 rn = fctx.renamed()
554 fctx = active.localtip.filectx(fname)
555 data = fctx.data()
564 return context.memfilectx(fname, data, 'l' in fctx.flags(),
565 'x' in fctx.flags(),
/titanic_44/usr/src/tools/onbld/hgext/
H A Dcdm.py1406 fctx = wslist[repo].workingctx().filectx(abso)
1407 rn = fctx.renamed()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c508 struct smbfs_fctx *fctx; in smbfs_rele_fid() local
530 if ((fctx = np->n_dirseq) != NULL) { in smbfs_rele_fid()
533 error = smbfs_smb_findclose(fctx, scred); in smbfs_rele_fid()