代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4544216
c parse.c
/*
* WLDAP32 - LDAP support for Wine
*
* Copyright 2005 Hans Leidekker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gener
www.eeworm.com/read/242082/4556110
c parse.c
/*
COW : Character Oriented Windows
parse.c : Parsing functions for SDM
??????? rewrite so non-recursive ????????????
*/
#define COW
#include
#include
#include
www.eeworm.com/read/242082/4556455
h parse.h
/* parse.h - support tops-20 comnd jsys on MSDOS */
#include
/* flags in pair.flags. Not examined by tbLook */
#define PINVIS 0x4000 /* invisible in HELP, but recognized */
www.eeworm.com/read/240722/4570638
yy parse.yy
%{
#ifdef DEC
#include
#else
#include
#endif
#include
#ifdef BISON
#define YYDEBUG 0
#if YYDEBUG != 0
int yydebug =1;
#endif /* YYDEBUG != 0 */
#endif /* BISON */
#if de
www.eeworm.com/read/240678/4570816
c parse.c
/*
* Embedded SMTP Server Attachment Parsing Functions
*
* ./software/ch5/emsmtpd/parse.c
*
* mtj@cogitollc.com
*
* Copyright 2001,2002 M. Tim Jones
*
* This program i
www.eeworm.com/read/240678/4570836
c parse.c
/*
* Embedded POP3 Parser
*
* ./software/ch6/empop3c/parse.c
*
* mtj@cogitollc.com
*
*/
#include
#include
#include "empop3c.h"
/*
* parseEntry()
*
* Given a retr
www.eeworm.com/read/239230/4605054
c parse.c
/* vi: set sw=4 ts=4: */
/*
* parse.c --- UUID parsing
*
* Copyright (C) 1996, 1997 Theodore Ts'o.
*
* %Begin-Header%
* Redistribution and use in source and binary forms, with or without
* modi
www.eeworm.com/read/237831/4620714
c parse.c
/**
* @file parse.c
*
* purple
*
* Copyright (C) 2003, Ethan Blanton
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/236440/4639793
c parse.c
/*
* parse.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of a52dec, a free ATSC A-52 st
www.eeworm.com/read/235549/4649999
c parse.c
//==========================================================================
//
// parse.c
//
// RedBoot command line parsing routine
//
//=============================================