代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/102935/6226629
s strncpy.s
/*
* arch/alpha/lib/strncpy.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST. If SRC does not cover all of CO
www.eeworm.com/read/100745/6265213
c wait.c
/*
* Connect to the server, then wait until terminated (useful for stopping the server
* from exiting without a window manager)
*/
#include "nano-X.h"
int main()
{
char c;
read(GrOpen(), &c, 1)
www.eeworm.com/read/158370/11622989
cpp 14iii.cpp
#include
// strlen() Return the length of the string in the array.
// ASSUMPTION: the string is terminated with a null char
// IN: s is a char array containing a string
int strlen
www.eeworm.com/read/347485/11662757
c temp2.c
#include
#include
#include
#include
#include
#include
#include
/* 进程创建 */
void main(void)
{
pid_t child;
int status;
www.eeworm.com/read/157384/11714767
h tracker.h
/*
* Copyright (C) 1999 Mark Baysinger (mbaysing@ucsd.edu)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as pu
www.eeworm.com/read/259565/11782810
m finish.m
% File to be executed following the "quit" command
disp('Execution terminated')
% quit cancel
www.eeworm.com/read/155884/11840484
sh ppin.sh
#trap '' 1 2 3 5 7 9 15 13
#查看数据库中表是否存在
existstable()
{
sqlplus -s $username$PASS
www.eeworm.com/read/339483/12230593
sh read-r.sh
#!/bin/bash
echo
echo "Enter a string terminated by a \\, then press <ENTER>."
echo "Then, enter a second string, and again press <ENTER>."
read var1 # The "\" suppresses the newline
www.eeworm.com/read/151143/12233152
m finish.m
% File to be executed following the "quit" command
disp('Execution terminated')
% quit cancel
www.eeworm.com/read/148707/12436897
cpp 14iii.cpp
#include
// strlen() Return the length of the string in the array.
// ASSUMPTION: the string is terminated with a null char
// IN: s is a char array containing a string
int strlen