代码搜索:Terminated

找到约 1,727 项符合「Terminated」的源代码

代码结果 1,727
www.eeworm.com/read/127382/14357109

c fetch.c

#include "db.h" /* Fetch a specified record. * We return a pointer to the null-terminated data. */ char * db_fetch(DB *db, const char *key) { char *ptr; if (_db_find(db, key, 0) < 0) {
www.eeworm.com/read/119817/14820597

c fetch.c

#include "mail.h" /* Fetch a specified record. * We return a pointer to the null-terminated data. */ char * mail_fetch(MAIL *mail, struct message *msg) { char *ptr; if (_mail_find(mail,msg->mess
www.eeworm.com/read/229812/4737049

h fail.h

#ifndef _FAIL_H #define _FAIL_H #include #include #include extern unsigned errors; extern unsigned main_terminated; extern void fail( unsigned line ); #de
www.eeworm.com/read/229812/4737151

h fail.h

#ifndef _FAIL_H #define _FAIL_H #include #include #include extern unsigned errors; extern unsigned main_terminated; extern void fail( unsigned line ); #de
www.eeworm.com/read/229812/4737290

h fail.h

#ifndef _FAIL_H #define _FAIL_H #include #include #include extern unsigned errors; extern unsigned main_terminated; extern void fail( unsigned line ); #de
www.eeworm.com/read/229812/4740675

cmp err25.cmp

ERR25(6): Error(E25): Extension (.a) declared more than once ERR25(7): Error(E25): Extension (.b) declared more than once Error(E02): Make execution terminated
www.eeworm.com/read/229812/4746059

rc errmsg.rc

#include "errcod.h" stringtable begin CP_TERMINATE+MSG_LANG_BASE "program abnormally terminated" EX_Z_2_NOT_POS+MSG_LANG_BASE "zero**J where J
www.eeworm.com/read/296064/3908452

c osdep.c

#include #include "osdep.h" /* * Windows parameters are one long whitespace separated strings. * This function splits them to normal NULL-terminated strings. */ co_rc_t co_os
www.eeworm.com/read/428543/1959154

awk genrec.awk

END { srand(); USER_INFO="user_info.ctl"; printf("load data\ninfile *\nappend\ninto table user_info\nfields terminated by '|'\n(\n\tloginname\t\tchar(12),\n\tcreate_ts\tdate(14) 'YYYYMMDD
www.eeworm.com/read/428543/1959170

awk genlog.awk

END { srand(); outfile="user_log.ctl"; printf("load data\ninfile *\nappend\ninto table user_log\nfields terminated by '|'\n(\n\tlog_id\t\tinteger external,\n\tcreate_ts\tdate(14) 'YYYYMMDD