代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/291902/8388795
c main.c
//===============================================================
//
// The information contained herein is the exclusive property of
// Sunplus Technology Co. And shall not be distribu
www.eeworm.com/read/192304/8388862
c main.c
/*
* main.c -- Main program for the GoAhead WebServer
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
*
* See the file "license.txt" for usage and redistribution license
www.eeworm.com/read/192268/8390339
c main.c
#include
#include
#include
#include
#include
#include
#include "y.tab.h"
#include "nodes.h"
#include "x_malloc.h"
#define MAP 0
#de
www.eeworm.com/read/192259/8390972
c main.c
#include "calld.h"
#include
/* define global variables */
int clifd;
int debug; /* daemon's command line flag */
int Debug; /* Debug controlled by client, not cmd line */
c
www.eeworm.com/read/192259/8391005
c main.c
#include "open.h"
#include
#define BUFFSIZE 8192
int
main(int argc, char *argv[])
{
int n, fd;
char buf[BUFFSIZE], line[MAXLINE];
/* read filename to cat from stdin */
www.eeworm.com/read/192259/8391257
c main.c
#include "call.h"
/* define global variables */
char escapec = '~';
char *src;
char *dst;
static void usage(char *);
int
main(int argc, char *argv[])
{
int c, remfd, debug;
cha
www.eeworm.com/read/192259/8391402
c main.c
#include "opend.h"
/* define global variables */
char errmsg[MAXLINE];
int oflag;
char *pathname;
int
main(void)
{
int nread;
char buf[MAXLINE];
for ( ; ; ) { /* read arg buf
www.eeworm.com/read/192259/8391451
c main.c
#include "lprps.h"
static void usage(void);
int
main(int argc, char *argv[])
{
int c;
log_open("lprps", LOG_PID, LOG_LPR);
opterr = 0; /* don't want getopt() writing to stderr */
www.eeworm.com/read/192259/8391486
c main.c
#include "opend.h"
#include
/* define global variables */
int debug;
char errmsg[MAXLINE];
int oflag;
char *pathname;
Client *client = NULL;
int client_size;
int
mai
www.eeworm.com/read/192259/8391558
c main.c
#include
#include
#ifndef TIOCGWINSZ
#include /* 44BSD requires this too */
#endif
#include "ourhdr.h"
static void set_noecho(int); /* at the end of thi