Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Ddeflt.c46 struct thr_data { struct
52 static int defopen_common(const char *, struct thr_data *); argument
63 struct thr_data *thr_data = (struct thr_data *)arg; in free_thr_data() local
65 if (thr_data->fp) { in free_thr_data()
66 (void) fclose(thr_data->fp); in free_thr_data()
67 thr_data->fp = NULL; in free_thr_data()
69 if (thr_data->buf) { in free_thr_data()
70 lfree(thr_data->buf, BUFFERSIZE); in free_thr_data()
71 thr_data->buf = NULL; in free_thr_data()
78 static struct thr_data *
[all …]