Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/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
518 extern Void_t F1(_cfree, Void_t*,p) { free(p); } in F1() function
519 extern Void_t F1(_free, Void_t*,p) { free(p); } in F1() function
520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } in F1() function
525 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } in F1() function
529 extern Void_t* F1(_valloc, size_t,n) { return valloc(n); } in F1() function
535 extern Void_t F1(__cfree, Void_t*,p) { free(p); } in F1() function
536 extern Void_t F1(__free, Void_t*,p) { free(p); } in F1() function
537 extern Void_t* F1(__malloc, size_t,n) { return malloc(n); } in F1() function
[all …]
/titanic_51/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
851 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } in F1() function
855 extern Void_t* F1(_valloc, size_t,n) { return valloc(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
863 extern Void_t* F1(__mallo in F1() function
868 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } F1() function
872 extern Void_t* F1(__valloc, size_t,n) { return valloc(n); } F1() function
878 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } F1() function
879 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } F1() function
880 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); } F1() function
885 extern Void_t* F1(__libc_pvalloc, size_t,n) { return pvalloc(n); } F1() function
889 extern Void_t* F1(__libc_valloc, size_t,n) { return valloc(n); } F1() function
1037 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } F1() function
1038 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); } F1() function
1047 extern Void_t F1(_ast_cfree, Void_t*,p) { free(p); } F1() function
1049 extern Void_t* F1(_ast_pvalloc, size_t,n) { return pvalloc(n); } F1() function
1052 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } F1() function
[all...]
/titanic_51/usr/src/cmd/tbl/
H A Dt0.c29 int F1 = 0; variable
/titanic_51/usr/src/lib/libsqlite/src/
H A Dmd5.c72 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
[all...]