代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/324920/3490370
s ev67-strchr.s
/*
* arch/alpha/lib/ev67-strchr.S
* 21264 version contributed by Rick Gorton
*
* Return the address of a given character within a null-terminated
* string, or nu
www.eeworm.com/read/324920/3490382
s strcpy.s
/*
* arch/alpha/lib/strcpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy a null-terminated string from SRC to DST. Return a pointer
* to the null-terminator in the source.
*/
.
www.eeworm.com/read/324920/3490390
s ev67-strlen.s
/*
* arch/alpha/lib/ev67-strlen.S
* 21264 version by Rick Gorton
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memo
www.eeworm.com/read/316872/3589043
s ev67-strrchr.s
/*
* arch/alpha/lib/ev67-strrchr.S
* 21264 version by Rick Gorton
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - mem
www.eeworm.com/read/316872/3589060
s ev67-strchr.s
/*
* arch/alpha/lib/ev67-strchr.S
* 21264 version contributed by Rick Gorton
*
* Return the address of a given character within a null-terminated
* string, or nu
www.eeworm.com/read/316872/3589072
s strcpy.s
/*
* arch/alpha/lib/strcpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy a null-terminated string from SRC to DST. Return a pointer
* to the null-terminator in the source.
*/
.
www.eeworm.com/read/316872/3589080
s ev67-strlen.s
/*
* arch/alpha/lib/ev67-strlen.S
* 21264 version by Rick Gorton
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memo
www.eeworm.com/read/312725/3648815
txt gnotes.txt
Nucleus PLUS generic version 1.0a was made by changes to the following files:
- ERC.C Removed DOS specific stuff from generic version
- SME.C Fixed non-terminated comment problem
www.eeworm.com/read/312679/3649748
txt gnotes.txt
Nucleus PLUS generic version 1.0a was made by changes to the following files:
- ERC.C Removed DOS specific stuff from generic version
- SME.C Fixed non-terminated comment problem
www.eeworm.com/read/305065/3780763
cc dateds~1.cc
/*
* Similar to perl's hash data type, with a persistent store.
* For storing null-terminated strings. We don't store the null
* terminators in the DB file, for these reasons:
* 1. Perl scripts t