Home
last modified time | relevance | path

Searched defs:F1 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c73 #define F1(f,t1,a1) f(t1 a1) macro
77 #define F1(f,t1,a1) f(a1) t1 a1; macro
844 extern Void_t F1(_cfree, Void_t*,p) { free(p); } in F1() function
845 extern Void_t F1(_free, Void_t*,p) { free(p); } in F1() function
846 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } in F1() function
861 extern Void_t F1(__cfree, Void_t*,p) { free(p); } in F1() function
862 extern Void_t F1(__free, Void_t*,p) { free(p); } in F1() function
878 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } in F1() function
879 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } in F1() function
1037 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } in F1() function
[all …]
/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c27 int F1 = 0; variable
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmd5.c69 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro