代码搜索:Terminated

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

代码结果 1,727
www.eeworm.com/read/350657/3119706

s ev67-strncat.s

/* * arch/alpha/lib/ev67-strncat.S * 21264 version contributed by Rick Gorton * * Append no more than COUNT characters from the null-terminated string SRC * to the
www.eeworm.com/read/264095/4293383

s ev67-strncat.s

/* * arch/alpha/lib/ev67-strncat.S * 21264 version contributed by Rick Gorton * * Append no more than COUNT characters from the null-terminated string SRC * to the
www.eeworm.com/read/158872/5592169

c charset.c

/* Test GDB's character set support Jim Blandy --- December 2001 */ #include /* X_string is a null-terminated string in the X charset whose elements are as follows
www.eeworm.com/read/100120/15883530

c search.c

#include #include #include search() /* Search for (alt terminated) string */ { #include "teco.h" int match=0; /* Comparison cnt */ int tmp; /* Scratch v
www.eeworm.com/read/371500/9551763

c readdat.c

#include "db.h" /* Read the current data record into the data buffer. * Return a pointer to the null-terminated data buffer. */ char * _db_readdat(DB *db) { if (lseek(db->datfd, db->
www.eeworm.com/read/201685/6943234

c readdat.c

#include "db.h" /* Read the current data record into the data buffer. * Return a pointer to the null-terminated data buffer. */ char * _db_readdat(DB *db) { if (lseek(db->datfd, db->
www.eeworm.com/read/147766/5722623

s strcat.s

/* * arch/alpha/lib/strcat.S * Contributed by Richard Henderson (rth@tamu.edu) * * Append a null-terminated string from SRC to DST. */ .text .align 3 .globl strcat .ent strcat strcat: .fra
www.eeworm.com/read/147766/5722628

s ev67-strcat.s

/* * arch/alpha/lib/ev67-strcat.S * 21264 version contributed by Rick Gorton * * Append a null-terminated string from SRC to DST. * * Much of the information ab
www.eeworm.com/read/147766/5722638

s ev6-stxcpy.s

/* * arch/alpha/lib/ev6-stxcpy.S * 21264 version contributed by Rick Gorton * * Copy a null-terminated string from SRC to DST. * * This is an internal routine u
www.eeworm.com/read/136786/5863490

s strcat.s

/* * arch/alpha/lib/strcat.S * Contributed by Richard Henderson (rth@tamu.edu) * * Append a null-terminated string from SRC to DST. */ .text .align 3 .globl strcat .ent strcat strcat: .fra