代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/350097/3128857
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/350097/3128862
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/350097/3128866
s strncpy.s
/*
* arch/alpha/lib/strncpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST. If SRC does not cover all of CO
www.eeworm.com/read/350097/3128870
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/347503/3171023
s p2389.s
# I reached a point where the file looks
# clean and complies with gas syntax, but it core dumps gas. Here's a
# little gdb info:
#
# Program terminated with signal 11, Segmentation fault.
# #0 0x63
www.eeworm.com/read/340665/3267235
s p2389.s
# I reached a point where the file looks
# clean and complies with gas syntax, but it core dumps gas. Here's a
# little gdb info:
#
# Program terminated with signal 11, Segmentation fault.
# #0 0x63
www.eeworm.com/read/339800/3294687
cstring
// The -*- C++ -*- null-terminated string header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CSTRING__
#define __CSTRING__
#include
#if 0 // Let's not bother with this j
www.eeworm.com/read/337546/3331524
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/337546/3331530
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/337546/3331535
s strncpy.s
/*
* arch/alpha/lib/strncpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST. If SRC does not cover all of CO