代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/170603/9797157
c hideset.c
#include
#include
#include
#include "cpp.h"
/*
* A hideset is a null-terminated array of Nlist pointers.
* They are referred to by indices in the hidesets array.
*
www.eeworm.com/read/334935/12560900
m comb.m
function comb(x, y, linetype)
%COMB Plot discrete-time sequence data.
%----
% COMB(Y) plots the data sequence Y as stems from the x-axis
% terminated with circles for the data value.
%
www.eeworm.com/read/334935/12561079
m comb.m
function comb(x, y, linetype)
%COMB Plot discrete-time sequence data.
%----
% COMB(Y) plots the data sequence Y as stems from the x-axis
% terminated with circles for the data value.
%
www.eeworm.com/read/334935/12561158
m comb.m
function comb(x, y, linetype)
%COMB Plot discrete-time sequence data.
%----
% COMB(Y) plots the data sequence Y as stems from the x-axis
% terminated with circles for the data value.
%
www.eeworm.com/read/334935/12561181
m stem.m
function stem(x, y, linetype)
%STEM Plot discrete-time sequence data.
%----
% stem(Y) plots the data sequence Y as stems from the x-axis
% terminated with circles for the data value.
%
www.eeworm.com/read/192259/8391398
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",
www.eeworm.com/read/136699/13365156
m tcpip_readln.m
function str=tcpip_readln(fid,len)
% str=tcpip_readln(fid,len)
%
% fid is file id.
% len is maximum length to be read.
%
% Reads a line of charters terminated by newline character (LF).
% If th
www.eeworm.com/read/124910/6038945
s strncpy.s
/* strncpy(DST, SRC, COUNT) - Copy no more than COUNT bytes of the
null-terminated string from SRC to DST. If SRC does not cover all of
COUNT, the balance is zeroed.
For SPARC v9.
Copyrig
www.eeworm.com/read/127382/14357204
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",
www.eeworm.com/read/480930/1306258
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