代码搜索:OpenMAX
找到约 485 项符合「OpenMAX」的源代码
代码结果 485
www.eeworm.com/read/200278/5070885
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/292919/8324495
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/292919/8325059
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/392544/8336185
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/392544/8336680
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/269691/11082821
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/269691/11083167
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/335362/12534001
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/335362/12534576
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/103960/15715455
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 256 /* if OPEN_MAX is indetermi