代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/329086/12980816
hxx csutil.hxx
#ifndef __CSUTILHXX__
#define __CSUTILHXX__
// First some base level utility routines
// remove end of line char(s)
void mychomp(char * s);
// duplicate string
www.eeworm.com/read/142683/5762904
c,v fputs.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.40; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
@/* fputs.c - fputs */
www.eeworm.com/read/142683/5762905
c,v fgets.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.40; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
@/* fgets.c - fgets */
www.eeworm.com/read/142683/5762927
c,v puts.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.40; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
@/* puts.c - puts */
#
www.eeworm.com/read/131315/5935418
good inftest.good
100000 100
100000000 100000
1e+11 100000000
1e+14 1e+11
1e+17 1e+14
1e+20 1e+17
1e+23 1e+20
1e+26 1e+23
1e+29 1e+26
1e+32 1e+29
1e+35 1e+32
1e+38 1e+35
1e+41 1e+38
1e+44 1e+41
1e+47 1e+44
1e+50 1e+47
www.eeworm.com/read/129848/5969671
ctl emp.ctl
load data
append
into table emp
fields terminated by '|'
(
no float external,
name char(20),
age integer external,
duty char(1),
salary float external,
upd_ts date(14) 'YYYYM
www.eeworm.com/read/129064/5975171
ctl emp.ctl
load data
append
into table emp
fields terminated by '|'
(
no float external,
name char(20),
age integer external,
duty char(1),
salary float external,
upd_ts date(14) 'YYYYM
www.eeworm.com/read/129064/5975264
ctl emp.ctl
load data
append
into table emp
fields terminated by '|'
(
no float external,
name char(20),
age integer external,
duty char(1),
salary float external,
upd_ts date(14) 'YYYYM
www.eeworm.com/read/127694/6002362
c sigchldwaitpid.c
#include "unp.h"
void
sig_chld(int signo)
{
pid_t pid;
int stat;
while ( (pid = waitpid(-1, &stat, WNOHANG)) > 0) {
printf("child %d terminated\n", pid);
}
return;
}
www.eeworm.com/read/127694/6002504
c sigchldwaitpid.c
#include "unp.h"
void
sig_chld(int signo)
{
pid_t pid;
int stat;
while ( (pid = waitpid(-1, &stat, WNOHANG)) > 0) {
printf("child %d terminated\n", pid);
}
return;
}