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

/ast/src/cmd/3d/
H A D3d.h147 typedef int (*Fs_set_t)(struct Fs*, const char*, int, const char*, int); typedef
172 Fs_set_t set;
H A Dinit.c362 Fs_set_t set;
364 if ((dll = dlopen(fs->service, RTLD_LAZY)) && (set = (Fs_set_t)dlsym(dll, "set")))

Completed in 14 milliseconds