代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/327324/13086225
c sh0.c
/*
shells, version 1, 2, and 3
AUP2, Sec. 5.04, 5.06, 5.10
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page
www.eeworm.com/read/326074/13167251
c cmd.c
void _loader_commands(void);
extern int SECOND_STAGE_LOADER(int, int);
void loader_commands()
{
SECOND_STAGE_LOADER(0, 1); // load core A DXE
SECOND_STAGE_LOADER(0, 2); // load core B DXE
www.eeworm.com/read/137160/13342462
m getmapping_file.m
%GETMAPPING_FILE Get mapping_file field in mapping
%
% MAPPING_FILE = GETMAPPING_FILE(W)
%
% MAPPING_FILE is the file that will execute the mapping in a call
% as A*W or MAP(A,W).
www.eeworm.com/read/323119/13349944
res grant.res
delete from user where user='grant_user' or user='grant_user2'
delete from db where user='grant_user'
delete from tables_priv
delete from columns_priv
lock tables mysql.user write
flush privileges
unl
www.eeworm.com/read/323119/13351533
result rpl_ps.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
drop table if exists t1;
create table t1(n char(30