代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/185783/8985806
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/196292/8102321
c base64.c
#include
#include "string.h"
#include "stdlib.h"
#include "base64.h"
/* Encode a zero-terminated string in base64. Returns the malloc-ed
encoded line.
Note that the string may no
www.eeworm.com/read/331180/12841572
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/494691/6360307
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/493005/6403532
strcat
NAME
strcat - concatenate null-terminated strings
SYNOPSIS
strcat(x1, x2, ...)
TYPES
x1, x2, ... strings
return string
DESCRIPTION
strcat(x1, x2, ...) forms a string starting
www.eeworm.com/read/490627/6450043
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/476848/6751966
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/206087/5012195
c base64.c
#include
#include "string.h"
#include "stdlib.h"
#include "base64.h"
/* Encode a zero-terminated string in base64. Returns the malloc-ed
encoded line.
Note that the string may no
www.eeworm.com/read/183001/5260570
h pg_backup_tar.h
/*
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.h,v 1.5 2003/11/29 19:52:05 pgsql Exp $
*
* TAR Header
*
* Offset Length Contents
* 0 100 bytes File name ('\0' terminated, 99 maximum
www.eeworm.com/read/103960/15715668
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N