代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/110034/6167779
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/110034/6167789
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/102935/6226619
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/102935/6226624
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/102935/6226634
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/101082/6244947
1sh5 echo.1sh5
.TH echo 1sh5
.SH Name
echo \- echo arguments
.SH Syntax
.NXR "echo arguments"
.B echo
[ arg ] ...
.SH Description
The
.PN echo
command
writes its arguments separated by blanks and terminated by
a ne
www.eeworm.com/read/101082/6246823
1sh5 echo.1sh5
.TH echo 1sh5
.SH Name
echo \- echo arguments
.SH Syntax
.NXR "echo arguments"
.B echo
[ arg ] ...
.SH Description
The
.PN echo
command
writes its arguments separated by blanks and terminated by
a ne
www.eeworm.com/read/491761/6434298
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/124620/14557272
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/123857/14608615
c readline.c
#include "../etcp.h"
/* readline - read a newline terminated record */
int readline( SOCKET fd, char *bufptr, size_t len )
{
char *bufx = bufptr;
static char *bp;
static int cnt = 0;
static char