Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1873 struct fcc_set *setptr; in krb5_fcc_resolve() local
1878 for (setptr = fccs; setptr; setptr = setptr->next) { in krb5_fcc_resolve()
1879 if (!strcmp(setptr->data->filename, residual)) in krb5_fcc_resolve()
1882 if (setptr) { in krb5_fcc_resolve()
1883 data = setptr->data; in krb5_fcc_resolve()
1884 assert(setptr->refcount != 0); in krb5_fcc_resolve()
1885 setptr->refcount++; in krb5_fcc_resolve()
1886 assert(setptr->refcount != 0); in krb5_fcc_resolve()
1925 setptr = malloc(sizeof(struct fcc_set)); in krb5_fcc_resolve()
1926 if (setptr == NULL) { in krb5_fcc_resolve()
[all …]
/titanic_44/usr/src/cmd/mailx/
H A Dlex.c214 setptr(ibuf); in setfile()
355 setptr(ibuf); in commands()
1000 setptr(ibuf); in inc()
H A Dfio.c55 setptr(register FILE *ibuf) in setptr() function
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h578 extern void setptr(register FILE *ibuf);