Searched refs:__deprecated (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/libsa/
H A Dtypes.h102 #define __deprecated __attribute__((deprecated)) macro
104 #define __deprecated /* nothing */ macro
H A Dstring.h68 extern char *strcpy(char *, const char *) __deprecated;
75 extern char *strcat(char *, const char *) __deprecated;
/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h156 int sprintf(char *bufp, const char *, ...) __deprecated;
186 extern int vsprintf(char *bufp, const char *, va_list) __deprecated;
/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h69 int ubc_setcred(struct vnode *, struct proc *) __deprecated;
H A Dcdefs.h148 /* __deprecated causes the compiler to produce a warning when encountering
152 #define __deprecated __attribute__((deprecated)) macro
H A Dkauth.h225 extern void kauth_cred_rele(kauth_cred_t _cred) __deprecated;
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h121 extern integer_t sprintf(char *buf, const char *fmt, ...) __deprecated;
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpexpert.h243 void *arg_ptr) __deprecated;

Completed in 35 milliseconds