代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/456067/1608283
c parse.c
#include
#include
#include "csa_types.h"
#include "csa_defs.h"
#define ERRBASE 1000 /* Base number for user-defined errors*/
#define BADINPUT1 1001 /* Bad input file format */
#
www.eeworm.com/read/455175/1625371
h parse.h
/*
*========================================================================
* See copyright in copyright.h and the accompanying file COPYING
*======================================================
www.eeworm.com/read/453748/1637425
java parse.java
package org.storm.xwguan.parse;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.dom4j.*;
import org.dom4j.io.*;
import o
www.eeworm.com/read/453518/1640851
ftbl parse.ftbl
/*
Iulian Radu [v2.0@07.1999]
*/
typedef void (*fnct)(char* buf);
struct fncttbl{
char* cmd;
fnct func;
};
www.eeworm.com/read/453518/1640857
c parse.c
/*
Iulian Radu [v2.0@07.1999]
*/
#include "vars.h"
void parsex(char* fcfg);
void parse(char* fcfg);
#include "util.c"
#include "parse.ftbl"
#include "parse0.c"
#include "parsen.c"
void parsex(char
www.eeworm.com/read/453168/1642410
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/451863/1659342
java parse.java
/* Copyright 2004-2006 David N. Welton
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the
www.eeworm.com/read/251805/4417847
c parse.c
#ifdef LAMEPARSE
#include "util.h"
#include "id3tag.h"
#include "get_audio.h"
#include "brhist.h"
#include "version.h"
#define MAX_NAME_SIZE 300
char inPath[MAX_N