代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/128531/5985201
s ev6-stxncpy.s
/*
* arch/alpha/lib/ev6-stxncpy.S
* 21264 version contributed by Rick Gorton
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST.
*
www.eeworm.com/read/127781/5996358
s ev6-stxncpy.s
/*
* arch/alpha/lib/ev6-stxncpy.S
* 21264 version contributed by Rick Gorton
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST.
*
www.eeworm.com/read/124910/6038638
s strchr.s
/* Find character CH in a NUL terminated string.
Highly optimized version for ix85, x>=5.
Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Li
www.eeworm.com/read/110034/6167796
s ev6-stxncpy.s
/*
* arch/alpha/lib/ev6-stxncpy.S
* 21264 version contributed by Rick Gorton
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST.
*
www.eeworm.com/read/102935/6226641
s ev6-stxncpy.s
/*
* arch/alpha/lib/ev6-stxncpy.S
* 21264 version contributed by Rick Gorton
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST.
*
www.eeworm.com/read/101082/6244391
5 core.5
.TH core 5 RISC
.SH Name
core \- format of memory image file
.SH Syntax
.B #include
.SH Description
When certain errors result in a terminated process, a
.PN core
file is created that co
www.eeworm.com/read/421459/6311497
31 fig17.31
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/421459/6311691
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/494691/6360398
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nr
www.eeworm.com/read/493005/6403567
fputstr
NAME
fputstr - send one or more null-terminated strings to a file
SYNOPSIS
fputstr(fs, s_1, s_2, ...)
TYPES
fs file stream open for writing
s_1, ... string
return null or error