代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/139186/5807185

c parse.c

/* parse.c */ #include #include #include #include "parse.h" /* Build a string of up to the specified size from the standard input. */ char *build(int size, char delim,
www.eeworm.com/read/139186/5807187

h parse.h

/* @(#)parse.h 1 April 20, 1995 */ #ifndef PARSE_H #define PARSE_H /* Structure to hold the attribute/value pairs. */ typedef struct pair { char *attrib; char *value;} Pair; /*Prototype t
www.eeworm.com/read/137626/5822910

h parse.h

/* $Id: parse.h,v 1.9 2004/07/13 16:54:37 zas Exp $ */ #ifndef EL__DOCUMENT_HTML_PARSER_PARSE_H #define EL__DOCUMENT_HTML_PARSER_PARSE_H struct part; struct string; /* Flags for get_attr_value(). *
www.eeworm.com/read/137626/5822918

c parse.c

/* HTML core parser routines */ /* $Id: parse.c,v 1.102.2.7 2005/04/05 21:08:41 jonas Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include
www.eeworm.com/read/137626/5823256

h parse.h

/* FTP directory parsing */ /* $Id: parse.h,v 1.4.2.1 2005/04/06 09:30:31 jonas Exp $ */ #ifndef EL__PROTOCOL_FTP_PARSE_H #define EL__PROTOCOL_FTP_PARSE_H #include "util/string.h" /* File types. */
www.eeworm.com/read/137626/5823258

c parse.c

/* Parsing of FTP `ls' directory output. */ /* $Id: parse.c,v 1.38.2.1 2005/04/06 09:30:31 jonas Exp $ */ /* Parts of this file was part of GNU Wget * Copyright (C) 1995, 1996, 1997, 2000, 2001 Free
www.eeworm.com/read/137311/5825946

h parse.h

/* * Boa, an http server * Copyright (C) 1999 Larry Doolittle * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener
www.eeworm.com/read/136865/5842056

h parse.h

#define TK_END_OF_FILE 1 #define TK_ILLEGAL 2 #define TK_SPACE 3 #define TK_UNCLOSED_STRING 4 #define TK_COMMENT
www.eeworm.com/read/136827/5847278

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/136821/5851690

c parse.c

/* * parse.c * Copyright (C) 2000-2002 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of a52dec, a free ATSC A-52 st