代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/175933/9524508

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/175933/9524520

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/175933/9524544

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/366616/9806379

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/366616/9806390

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/366616/9806401

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/366616/9806407

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/366616/9806433

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/169504/9854031

awk getver.awk

# SCCSID @(#)getver.awk 1.1 11/19/96 # # Get versions of all files used to make current target # BEGIN { printf("#\n# Copyright 1996, ESS Technology, Inc.\n"); printf("# SCCSID %%%s%% %%%s%%
www.eeworm.com/read/365496/9861059

c awk.c

/* * $Id: awk.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public