代码搜索:headers
找到约 10,000 项符合「headers」的源代码
代码结果 10,000
www.eeworm.com/read/157691/11671212
h libnet-headers.h
/*
* $Id: libnet-headers.h,v 1.9 1999/10/27 01:37:22 route Exp $
*
* libnet-headers.h - Network routine library headers header file
*
* Copyright (c) 1998, 1999, 2000 Mike D. Schiffman
www.eeworm.com/read/154972/11908747
m4 headers.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for headers.
#
# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This program is free softwar
www.eeworm.com/read/342786/11998984
pl check_headers.pl
#!/usr/bin/perl -w
use strict;
use File::Basename;
# TODO: Test still misses first function of each file
my $errorCount = 0;
undef my $closeLineNbr;
undef my $lineNbrs;
while() {
chomp;
i
www.eeworm.com/read/253219/12239156
m4 headers.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for headers.
#
# Copyright (C) 1988, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software
# Foundation, Inc.
#
# This program is free s
www.eeworm.com/read/251956/12309839
c hdr_headers.c
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute
www.eeworm.com/read/232614/14188291
h libnet-headers.h
/*
* $Id: libnet-headers.h,v 1.9 1999/10/27 01:37:22 route Exp $
*
* libnet-headers.h - Network routine library headers header file
*
* Copyright (c) 1998, 1999, 2000 Mike D. Schiffman
www.eeworm.com/read/123453/14630398
sh check_headers.sh
#!/bin/sh
#
# Use `test/test_headers'to test gw/wsp_headers.c
set -e
loglevel=1
test/test_headers -v $loglevel > check_headers.log 2>&1
ret=$?
if [ "$ret" != 0 ] || \
grep ERROR: check_headers.