代码搜索:awk

找到约 3,459 项符合「awk」的源代码

代码结果 3,459
www.eeworm.com/read/382649/9007760

awk packetdat.awk

BEGIN { # we need to know (usual) packet size to convert byte numbers # to packet numbers if (packetsize
www.eeworm.com/read/382649/9007814

awk atime.awk

$6 ~ /^ack/ && $5 !~ /[SFR]/ { # given a tcpdump ftp trace, output one line for each ack # in the form # # where is the time packet was acked (in seconds with #
www.eeworm.com/read/184772/9077004

awk mkopcodeh.awk

#!/usr/bin/awk -f # # Generate the file opcodes.h. # # This AWK script scans a concatenation of the parse.h output file from the # parser and the vdbe.c source file in order to generate the opcodes nu
www.eeworm.com/read/184772/9077008

awk addopcodes.awk

#!/usr/bin/awk # # This script appends additional token codes to the end of the # parse.h file that lemon generates. These extra token codes are # not used by the parser. But they are used by the to
www.eeworm.com/read/184772/9077018

awk memleak.awk

# # This script looks for memory leaks by analyzing the output of "sqlite" # when compiled with the SQLITE_DEBUG=2 option. # /[0-9]+ malloc / { mem[$6] = $0 } /[0-9]+ realloc / { mem[$8] = "";
www.eeworm.com/read/184772/9077025

awk opcodedoc.awk

# # Extract opcode documentation for sqliteVdbe.c and generate HTML # BEGIN { print "" print "SQLite Virtual Database Engine Opcodes" print "" } / Opcod
www.eeworm.com/read/184772/9077039

awk mkopcodec.awk

#!/usr/bin/awk -f # # This AWK script scans the opcodes.h file (which is itself generated by # another awk script) and uses the information gleaned to create the # opcodes.c source file. # # Opcodes.c
www.eeworm.com/read/281602/9146982

awk delay.awk

BEGIN { largest_index=0; } { action=$1; time=$2; nodeid=$3; tracelevel=$4; ipindex=$6; iptype=$7; if(largest_index
www.eeworm.com/read/183326/9170133

awk mkkeyname.awk

# $Id: MKkeyname.awk,v 1.28 2005/04/30 19:26:25 tom Exp $ ############################################################################## # Copyright (c) 1999-2002,2005 Free Software Foundation, Inc.
www.eeworm.com/read/183326/9170149

awk mkunctrl.awk

# $Id: MKunctrl.awk,v 1.10 2004/04/03 22:50:37 tom Exp $ ############################################################################## # Copyright (c) 1998,2001,2004 Free Software Foundation, Inc.