Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 12 of 12) sorted by relevance

/minix/games/adventure/
H A Dsave.c119 struct savefile *sf; in savefile_open() local
147 savefile_rawread(struct savefile *sf, void *data, size_t len) in savefile_rawread()
181 savefile_close(struct savefile *sf) in savefile_close()
204 savefile_bintextread(struct savefile *sf, void *data, size_t len) in savefile_bintextread()
231 savefile_binread(struct savefile *sf, void *data, size_t len) in savefile_binread()
363 savefile_key(struct savefile *sf, uint32_t key) in savefile_key()
376 savefile_getpad(struct savefile *sf) in savefile_getpad()
392 savefile_cread(struct savefile *sf, void *data, size_t len) in savefile_cread()
424 savefile_cwrite(struct savefile *sf, const void *data, size_t len) in savefile_cwrite()
664 struct savefile *sf; in save() local
[all …]
/minix/minix/lib/libmthread/
H A Dmisc.c24 volatile int *sf; in mthread_panic_f() local
39 volatile int *sf; in mthread_panic_s() local
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
/minix/lib/libkvm/
H A Dkvm.c226 _kvm_open(kvm_t *kd, const char *uf, const char *mf, const char *sf, int flag, in _kvm_open()
695 kvm_openfiles(const char *uf, const char *mf, const char *sf, in kvm_openfiles()
709 kvm_open(const char *uf, const char *mf, const char *sf, int flag, in kvm_open()
/minix/external/bsd/libpcap/dist/
H A Dpcap-snoop.c212 struct snoopfilter sf; in pcap_activate_snoop() local
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp68 S<(int)1.3_id> sf; variable
/minix/tests/bin/df/
H A Dgetmntinfo.c70 struct statvfs *sf; in other_variants() local
/minix/external/bsd/nvi/dist/ex/
H A Dex.c1831 int (*sf) __P((SCR *, MARK *, MARK *, CHAR_T *, size_t, CHAR_T **, u_int)); in ex_line() local
/minix/bin/csh/
H A Dexec.c266 texec(Char *sf, Char **st) in texec()
/minix/minix/tests/
H A Dtest74.c547 struct statvfs sf; in corruption_regression() local
/minix/external/bsd/nvi/dist/vi/
H A Dv_txt.c2547 u_int sf; in txt_isrch() local
/minix/sbin/sysctl/
H A Dsysctl.c476 sf(u_int f) in sf() function