代码搜索:OpenMAX

找到约 485 项符合「OpenMAX」的源代码

代码结果 485
www.eeworm.com/read/371500/9551255

c openmax.c

#include #include #include "ourhdr.h" #ifdef OPEN_MAX static int openmax = OPEN_MAX; #else static int openmax = 0; #endif #define OPEN_MAX_GUESS
www.eeworm.com/read/371500/9551291

o openmax.o

www.eeworm.com/read/364932/9886632

c openmax.c

#include "apue.h" #include #include #ifdef OPEN_MAX static long openmax = OPEN_MAX; #else static long openmax = 0; #endif /* * If OPEN_MAX is indeterminate, we're not * guaran
www.eeworm.com/read/364932/9887023

c openmax.c

#include "apue.h" #include #include #define OPEN_MAX_GUESS 256 long open_max(void) { long openmax; struct rlimit rl; if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 || o
www.eeworm.com/read/289562/7805479

c openmax.c

#include "apue.h" #include #include #ifdef OPEN_MAX static long openmax = OPEN_MAX; #else static long openmax = 0; #endif /* * If OPEN_MAX is indeterminate, we're not * guaran
www.eeworm.com/read/289562/7805694

c openmax.c

#include "apue.h" #include #include #define OPEN_MAX_GUESS 256 long open_max(void) { long openmax; struct rlimit rl; if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 || o
www.eeworm.com/read/198616/7922362

c openmax.c

#include "apue.h" #include #include #ifdef OPEN_MAX static long openmax = OPEN_MAX; #else static long openmax = 0; #endif /* * If OPEN_MAX is indeterminate, we're not * guaran
www.eeworm.com/read/198616/7923046

c openmax.c

#include "apue.h" #include #include #define OPEN_MAX_GUESS 256 long open_max(void) { long openmax; struct rlimit rl; if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 || o
www.eeworm.com/read/332098/12779271

c openmax.c

#include "apue.h" #include #include #ifdef OPEN_MAX static long openmax = OPEN_MAX; #else static long openmax = 0; #endif /* * If OPEN_MAX is indeterminate, we're not * guaran
www.eeworm.com/read/332098/12779871

c openmax.c

#include "apue.h" #include #include #define OPEN_MAX_GUESS 256 long open_max(void) { long openmax; struct rlimit rl; if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 || o