代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/199841/7097703
c colorname.c
/*
* Parse rgb.txt file and return color by name
*/
#include "nxlib.h"
#include
#include
#define ISBLANK(c) ((c) == ' ' || (c) == '\t')
#define ISDIGIT(c) ((c) >= '0' && (c)
www.eeworm.com/read/296774/7113477
c tree.c
/* Language-independent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 88, 92, 93, 94, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free soft
www.eeworm.com/read/460770/7241083
pl version.pl
#!/usr/bin/perl
#
# version.pl
# $Id: version.pl,v 1.4 2002/05/21 02:28:51 hpa Exp $
#
# Parse the NASM version file and produce appropriate macros
#
# The NASM version number is assumed to consist of
www.eeworm.com/read/459528/7274299
m parsermc.m
function rmc_out = parsermc(line)
% rmc_out = parsermc_new(line);
%
% Function to parse RMC NMEA messages.
%
% Input:
% line - string with one NMEA RMC data message
% Output:
% rmc_out - outp
www.eeworm.com/read/455033/7378966
sed fort77.sed
#! /usr/bin/perl -w
# fort77 (compiler driver) script for f2c
# For use with gcc under Linux
# This code is in the public domain; use at your own risk.
# Parse options
$version = "1.14a";
$nnflag = '
www.eeworm.com/read/452862/7431691
y parser.y
%{
#define YYPARSER /* distinguishes Yacc output from other code files */
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
#include
#define YYSTYPE T
www.eeworm.com/read/448678/7527320
c ipaddrparse.c
/*
* Part of Very Secure FTPd
* Licence: GPL v2
* Author: Chris Evans
* ipaddrparse.c
*
* A routine to parse ip addresses. I'm paranoid and don't want to use
* inet_pton.
*/
#include "ipaddrp
www.eeworm.com/read/438437/7731373
c csclt.c
/* client for checkpoint server */
#include "cs.h"
static int
do_request(char *serveraddr, struct req *req)
{
int fd;
struct sockaddr_in addr;
struct rep rep;
if (0 > parse_ip(serveraddr, &addr)
www.eeworm.com/read/435646/7788378
pl version.pl
#!/usr/bin/perl
#
# version.pl
# $Id: version.pl,v 1.4 2002/05/21 02:28:51 hpa Exp $
#
# Parse the NASM version file and produce appropriate macros
#
# The NASM version number is assumed to con