代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/240943/4565041
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/237551/4626360
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/233448/4681507
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/233396/4692787
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/216502/4890375
2 chmod.2
.TH CHMOD 2
.SH NAME
chmod \- change mode of file
.SH SYNOPSIS
.B chmod(name, mode)
.br
.B char *name;
.SH DESCRIPTION
The file whose name
is given as the null-terminated string pointed to by
.I name
www.eeworm.com/read/216502/4890398
2 unlink.2
.TH UNLINK 2
.SH NAME
unlink \- remove directory entry
.SH SYNOPSIS
.B unlink(name)
.br
.B char *name;
.SH DESCRIPTION
.I Name
points to a null-terminated string.
.I Unlink
removes the entry for the
www.eeworm.com/read/216499/4892220
5 core.5
.th CORE V 2/11/75
.sh NAME
core \*- format of core image file
.sh DESCRIPTION
UNIX
writes out a core image of a terminated
process when any of various errors occur.
See
.it "signal (II)"
for the list
www.eeworm.com/read/209559/4961704
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/200278/5071016
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/195341/5111633
5 core.5
.th CORE V 2/11/75
.sh NAME
core \*- format of core image file
.sh DESCRIPTION
UNIX
writes out a core image of a terminated
process when any of various errors occur.
See
.it "signal (II)"
for the list