Searched refs:LIBC_ALIAS (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/include/xlocale/
H A D_time.h38 LIBC_ALIAS(strftime_l) __strftimelike(3);
51 LIBC_ALIAS(strptime_l) __strftimelike(2);
H A D_wchar.h70 LIBC_ALIAS(wcsftime_l);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dfnmatch.h85 int fnmatch(const char *, const char *, int) LIBC_ALIAS(fnmatch);
H A Dtime.h109 extern long timezone LIBC_ALIAS(timezone);
123 clock_t clock(void) LIBC_ALIAS(clock);
137 time_t mktime(struct tm *) LIBC_ALIAS(mktime);
146 size_t strftime(char * __restrict, size_t, const char * __restrict, const struct tm * __restrict) LIBC_ALIAS(strftime);
155 char *strptime(const char * __restrict, const char * __restrict, struct tm * __restrict) LIBC_ALIAS(strptime);
H A Dsignal.h84 int kill(pid_t, int) LIBC_ALIAS(kill);
93 int killpg(pid_t, int) LIBC_ALIAS(killpg);
103 int pthread_sigmask(int, const sigset_t *, sigset_t *) LIBC_ALIAS(pthread_sigmask);
115 int sigaltstack(const stack_t * __restrict, stack_t * __restrict) LIBC_ALIAS(sigaltstack);
H A Dunistd.h522 int ttyname_r(int, char *, size_t) LIBC_ALIAS(ttyname_r);
556 size_t confstr(int, char *, size_t) LIBC_ALIAS(confstr);
566 int getopt(int, char * const [], const char *) LIBC_ALIAS(getopt);
615 void encrypt(char *, int) LIBC_ALIAS(encrypt);
644 int lchown(const char *, uid_t, gid_t) LIBC_ALIAS(lchown);
664 int nice(int) LIBC_ALIAS(nice);
705 pid_t setpgrp(void) LIBC_ALIAS(setpgrp);
718 int setregid(gid_t, gid_t) LIBC_ALIAS(setregid);
728 int setreuid(uid_t, uid_t) LIBC_ALIAS(setreuid);
849 void setkey(const char *) LIBC_ALIAS(setke
[all...]
H A Dstdio.h246 FILE *fopen(const char * __restrict, const char * __restrict) LIBC_ALIAS(fopen);
258 int fputs(const char * __restrict, FILE * __restrict) LIBC_ALIAS(fputs);
270 FILE * __restrict) LIBC_ALIAS(freopen);
283 size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict) LIBC_ALIAS(fwrite);
339 FILE *fdopen(int, const char *) LIBC_ALIAS(fdopen);
364 FILE *popen(const char *, const char *) LIBC_ALIAS(popen);
444 char *tempnam(const char *, const char *) LIBC_ALIAS(tempnam);
H A Dstdlib.h228 int putenv(char *) LIBC_ALIAS(putenv);
241 char *realpath(const char * __restrict, char * __restrict) LIBC_ALIAS(realpath);
262 int setenv(const char *, const char *, int) LIBC_ALIAS(setenv);
272 void setkey(const char *) LIBC_ALIAS(setkey);
293 int unsetenv(const char *) LIBC_ALIAS(unsetenv);
H A Ddirent.h108 int closedir(DIR *) LIBC_ALIAS(closedir);
H A Dregex.h206 int regcomp(regex_t * __restrict, const char * __restrict, int) LIBC_ALIAS(regcomp);
H A Dstring.h87 char *strerror(int) LIBC_ALIAS(strerror);
H A Dwchar.h138 const struct tm * __restrict) LIBC_ALIAS(wcsftime);
/macosx-10.9.5/Libc-997.90.3/include/sys/
H A Dcdefs.h92 #define LIBC_ALIAS(sym) __asm("_" __STRING(sym) LIBC_SUF_UNIX03) macro

Completed in 184 milliseconds