HomeSort by: relevance | last modified time | path
    Searched refs:dcl_f (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/xcvs/dist/contrib/
debug_check_log.sh 132 for dcl_f in $dcl_exprfiles; do
135 p' <$dcl_f >/tmp/dclp$$
136 mv /tmp/dclp$$ $dcl_f
138 case $dcl_f in
147 expr_line_by_line /tmp/dclg$$ $dcl_f
149 rm $dcl_f
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 605 #define DCL_PTHREAD_MUTEX_LOCK(dcl_f) \
606 int dcl_f (pthread_mutex_t *mp) \
650 #define DCL_PTHREAD_COND_WAIT(dcl_f) \
651 int dcl_f (pthread_cond_t *cond, pthread_mutex_t *mutex) \
698 #define DCL_PTHREAD_COND_TIMEDWAIT(dcl_f) \
699 int dcl_f (pthread_cond_t *cond, pthread_mutex_t *mutex, \
745 #define DCL_PTHREAD_JOIN(dcl_f) \
746 int dcl_f (pthread_t target_thread, void **status) \
790 #define DCL_SEM_WAIT(dcl_f) \
791 int dcl_f (sem_t *sp)
    [all...]
dispatcher.c 934 #define DCL_TIMER_CREATE(dcl_f) \
935 int dcl_f (clockid_t clockid, struct sigevent *sevp, timer_t *timerid) \
1067 #define DCL_PTHREAD_SIGMASK(dcl_f) \
1068 int dcl_f (int how, const sigset_t *iset, sigset_t* oset) \
1167 #define DCL_PTHREAD_CREATE(dcl_f) \
1168 int dcl_f (pthread_t *thread, const pthread_attr_t *attr, \
iotrace.c 1030 #define DCL_OPEN64(dcl_f) \
1031 int dcl_f (const char *path, int oflag, ...) \
1546 #define DCL_FOPEN(dcl_f) \
1547 FILE *dcl_f (const char *filename, const char *mode) \
1594 #define DCL_FCLOSE(dcl_f) \
1595 int dcl_f (FILE *stream) \
1683 #define DCL_FDOPEN(dcl_f) \
1684 FILE *dcl_f (int fildes, const char *mode) \
2118 #define DCL_PREAD(dcl_f) \
2119 ssize_t dcl_f (int fildes, void *buf, size_t nbyte, off_t offset)
    [all...]
linetrace.c 1451 #define DCL_POSIX_SPAWN(dcl_f) \
1452 int dcl_f (pid_t *pidp, const char *path, \
1511 #define DCL_POSIX_SPAWNP(dcl_f) \
1512 int dcl_f (pid_t *pidp, const char *path, \
1556 #define DCL_POPEN(dcl_f) \
1557 FILE *dcl_f (const char *cmd, const char *mode) \
1561 TprintfT (DBG_LT0, #dcl_f " (%s) interposing: line_mode=%d combo=%d\n", \
mmaptrace.c 1612 #define DCL_DLOPEN(dcl_f) \
1613 void *dcl_f (const char *pathname, int mode) \
1654 #define DCL_DLCLOSE(dcl_f) \
1655 int dcl_f (void *handle) \
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 605 #define DCL_PTHREAD_MUTEX_LOCK(dcl_f) \
606 int dcl_f (pthread_mutex_t *mp) \
650 #define DCL_PTHREAD_COND_WAIT(dcl_f) \
651 int dcl_f (pthread_cond_t *cond, pthread_mutex_t *mutex) \
698 #define DCL_PTHREAD_COND_TIMEDWAIT(dcl_f) \
699 int dcl_f (pthread_cond_t *cond, pthread_mutex_t *mutex, \
745 #define DCL_PTHREAD_JOIN(dcl_f) \
746 int dcl_f (pthread_t target_thread, void **status) \
790 #define DCL_SEM_WAIT(dcl_f) \
791 int dcl_f (sem_t *sp)
    [all...]
dispatcher.c 934 #define DCL_TIMER_CREATE(dcl_f) \
935 int dcl_f (clockid_t clockid, struct sigevent *sevp, timer_t *timerid) \
1067 #define DCL_PTHREAD_SIGMASK(dcl_f) \
1068 int dcl_f (int how, const sigset_t *iset, sigset_t* oset) \
1167 #define DCL_PTHREAD_CREATE(dcl_f) \
1168 int dcl_f (pthread_t *thread, const pthread_attr_t *attr, \
iotrace.c 1030 #define DCL_OPEN64(dcl_f) \
1031 int dcl_f (const char *path, int oflag, ...) \
1546 #define DCL_FOPEN(dcl_f) \
1547 FILE *dcl_f (const char *filename, const char *mode) \
1594 #define DCL_FCLOSE(dcl_f) \
1595 int dcl_f (FILE *stream) \
1683 #define DCL_FDOPEN(dcl_f) \
1684 FILE *dcl_f (int fildes, const char *mode) \
2118 #define DCL_PREAD(dcl_f) \
2119 ssize_t dcl_f (int fildes, void *buf, size_t nbyte, off_t offset)
    [all...]
linetrace.c 1451 #define DCL_POSIX_SPAWN(dcl_f) \
1452 int dcl_f (pid_t *pidp, const char *path, \
1511 #define DCL_POSIX_SPAWNP(dcl_f) \
1512 int dcl_f (pid_t *pidp, const char *path, \
1556 #define DCL_POPEN(dcl_f) \
1557 FILE *dcl_f (const char *cmd, const char *mode) \
1561 TprintfT (DBG_LT0, #dcl_f " (%s) interposing: line_mode=%d combo=%d\n", \
mmaptrace.c 1612 #define DCL_DLOPEN(dcl_f) \
1613 void *dcl_f (const char *pathname, int mode) \
1654 #define DCL_DLCLOSE(dcl_f) \
1655 int dcl_f (void *handle) \

Completed in 31 milliseconds