代码搜索结果

找到约 10,000 项符合 R 的代码

r3900.h

/* Definitions of MIPS sub target machine for GNU compiler. Toshiba r3900. You should include mips.h after this. Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 Free Soft

r1.c

void assert (a) {if (a != 1) abort ();} int h1 (int *p) {return *p & 255;} void p1 () {int a = 0x01020304; assert (h1 (&a) == 0x04);} int h2 (a) {return a > 0;} p2 () {assert (h2 (1));} h3 (int

mysql_r.pro

SOURCES = ../mysql/mysql.cpp CONFIG -= qt dylib CONFIG -= app_bundle LIBS += -lmysqlclient_r

getservby_r.c

#include "pthread.h" #include #include static pthread_mutex_t getservby_mutex = PTHREAD_MUTEX_INITIALIZER; static int convert (struct servent *ret, struct servent *result,

gethostby_r.c

#include #include #include #include "netdb_r.h" #ifdef __sparc__ #define NEED_ALIGNED_ACCESS #endif static pthread_mutex_t gethostby_mutex = PTHREAD_MUTEX_INITIALIZE

getnetby_r.c

#include "pthread.h" #include #include static pthread_mutex_t getnetby_mutex = PTHREAD_MUTEX_INITIALIZER; static int convert (struct netent *ret, struct netent *result, c

netdb_r.h

#ifdef __cplusplus extern "C" { #endif struct hostent * gethostbyaddr_r (const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop); struc

getpw_r.c

#include #include #include #include #include "pthread.h" static pthread_mutex_t getpw_mutex = PTHREAD_MUTEX_INITIALIZER; static int convert (struct passwd *re