代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/419194/10880348
txt help_mail.txt
mail:
Usage: "mail destination@where.com"
Send mail. The first line of the message will be used as
the subject, and the other lines are the body. The body
is terminated with a ^D o
www.eeworm.com/read/419194/10880428
txt help_mail.txt
mail:
Usage: "mail destination@where.com"
Send mail. The first line of the message will be used as
the subject, and the other lines are the body. The body
is terminated with a ^D o
www.eeworm.com/read/419194/10880462
txt help_mail.txt
mail:
Usage: "mail destination@where.com"
Send mail. The first line of the message will be used as
the subject, and the other lines are the body. The body
is terminated with a ^D o
www.eeworm.com/read/465477/6936877
txt rfc2349.txt
Network Working Group G. Malkin
Request for Commments: 2349 Bay Networks
Updates: 1350
www.eeworm.com/read/463561/7178354
ppp-off
#!/bin/sh
######################################################################
#
# Determine the device to be terminated.
#
if [ "$1" = "" ]; then
DEVICE=ppp0
else
DEVICE=$1
fi
####
www.eeworm.com/read/242781/12985884
txt readme.txt
Pbap Server Application
=======================
This application is a demonstration of PBAP Server functionality using the Read Only Filestore to simulate the phonebook stored on a phone.
Code
www.eeworm.com/read/306970/13734354
h eval.h
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/300969/13874619
c wgetstr.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wgetstr(win,str) reads in a string (terminated by \n or \r) */
/* To the buffer po
www.eeworm.com/read/238485/13882494
3 env.3
.TH env 3
.SH NAME
env \- manage the environment
.SH SYNTAX
.B #include
char **\fBenviron\fP;
char *\fBenv_get\fP(\fIname\fR);
.br
char *\fBenv_pick\fP();
char *\fIname\fR;
.SH DESCRIPTION