代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/195013/5117315
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/180137/5288959
c readline.c
#include "globals.h"
#include "readline.h"
char line[1024]; /* Allow a lot! */
/* Read a line. Allow termination by CR or LF or both. Also allow for
a non-terminated line at end-of-file. Retur
www.eeworm.com/read/179911/5293978
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/162614/5525994
f90 list_read_4.f90
! { dg-do run }
! Test of gfortran list directed read> check delimiters are correctly
! treated. Written in f77 so that g77 will run for comparison.
!
! f , e and i edit reads are terminated separate
www.eeworm.com/read/350097/3128876
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/340665/3270675
h resource.h
#ifndef _SYS_RESOURCE_H_
#define _SYS_RESOURCE_H_
#include
#define RUSAGE_SELF 0 /* calling process */
#define RUSAGE_CHILDREN -1 /* terminated child processes */
struct rusage {
www.eeworm.com/read/337546/3331547
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/324920/3490392
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/321760/3530208
h resource.h
#ifndef _SYS_RESOURCE_H_
#define _SYS_RESOURCE_H_
#include
#define RUSAGE_SELF 0 /* calling process */
#define RUSAGE_CHILDREN -1 /* terminated child processes */
struct rusa
www.eeworm.com/read/320652/3545509
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