Lines Matching refs:F1

73 #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
542 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } in F1() function
546 extern Void_t* F1(__valloc, size_t,n) { return valloc(n); } in F1() function
552 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } in F1() function
553 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } in F1() function
554 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); } in F1() function
559 extern Void_t* F1(__libc_pvalloc, size_t,n) { return pvalloc(n); } in F1() function
563 extern Void_t* F1(__libc_valloc, size_t,n) { return valloc(n); } in F1() function
706 extern Void_t F1(_ast_cfree, Void_t*,p) { free(p); } in F1() function
707 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } in F1() function
708 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); } in F1() function
713 extern Void_t* F1(_ast_pvalloc, size_t,n) { return pvalloc(n); } in F1() function
717 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } in F1() function