代码搜索:Terminated

找到约 1,727 项符合「Terminated」的源代码

代码结果 1,727
www.eeworm.com/read/253408/12225528

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/130553/14186523

c xfile.c

/* xfile.c -- implementation for fast line buffered files ** ** Currently (Sat 06-15-1991) XFILEs are for reading CR-LF terminated lines ** from MS-DOS text files. Period. It's not that the m
www.eeworm.com/read/127382/14357111

c readdat.c

#include "db.h" /* Read the current data record into the data buffer. * Return a pointer to the null-terminated data buffer. */ char * _db_readdat(DB *db) { if (lseek(db->datfd, db->datoff
www.eeworm.com/read/123453/14630646

h wshash.h

/* * * wshash.h * * Author: Markku Rossi * * Copyright (c) 1999-2000 WAPIT OY LTD. * All rights reserved. * * A mapping from null-terminated strings to `void *' pointers. * *
www.eeworm.com/read/123453/14631073

c wshash.c

/* * * wshash.c * * Author: Markku Rossi * * Copyright (c) 1999-2000 WAPIT OY LTD. * All rights reserved. * * A mapping from null-terminated strings to `void *' pointers. * *
www.eeworm.com/read/119817/14820602

c readdat.c

#include "mail.h" /* Read the current data record into the data buffer. * Return a pointer to the null-terminated data buffer. */ char * _mail_readdat(MAIL *mail) { if (lseek(mail->datfd, mail->da
www.eeworm.com/read/480930/1306297

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/470917/1442248

s strlen.s

/* strlen -- Compute length of NUL terminated string. Highly optimized version for ix86, x>=5. Copyright (C) 1995,1996,1997,2000,2002,2003 Free Software Foundation, Inc. This file is part of
www.eeworm.com/read/250243/4434712

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/243567/4522418

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. *