代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/136786/5863501
s strchr.s
/*
* arch/alpha/lib/strchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of a given character within a null-terminated
* string, or null if it is not found.
*/
#inc
www.eeworm.com/read/130796/5950281
h namenode.h
#ifndef NAMENODE_H
#define NAMENODE_H
// A NameNode is everything you need to know about a file
// - NameNodeHandle of the parent folder to this name.
// - null-terminated string, which is the n
www.eeworm.com/read/128531/5985190
s strchr.s
/*
* arch/alpha/lib/strchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of a given character within a null-terminated
* string, or null if it is not found.
*/
#inc
www.eeworm.com/read/127781/5996347
s strchr.s
/*
* arch/alpha/lib/strchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of a given character within a null-terminated
* string, or null if it is not found.
*/
#inc
www.eeworm.com/read/110034/6167785
s strchr.s
/*
* arch/alpha/lib/strchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of a given character within a null-terminated
* string, or null if it is not found.
*/
#inc
www.eeworm.com/read/108242/6183598
c pwdauth.c
/* pwdauth 2.0 - check a shadow password Author: Kees J. Bot
* 7 Feb 1994
*
* This program gets as input the key and salt arguments of the crypt(3)
* function as two null terminated string
www.eeworm.com/read/102935/6226630
s strchr.s
/*
* arch/alpha/lib/strchr.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Return the address of a given character within a null-terminated
* string, or null if it is not found.
*/
#inc
www.eeworm.com/read/101082/6243413
1a l30.1a
#print
Write a subroutine named "locn(s,c)" which expects two
arguments: the first is a pointer to characters 's' which
points to a null-terminated string, and the second
is a character 'c' which is t
www.eeworm.com/read/493005/6403740
fgetstr
NAME
fgetstr - read the next null-terminated string from a file
SYNOPSIS
fgetstr(fs)
TYPES
fs file stream open for reading
return string, null or error value
DESCRIPTION
If th
www.eeworm.com/read/408502/11384222
cpp step7.cpp
/* Cancel - Creates a new thread with long running query when the letter 'a' is typed.
* Cancels a query when letter 'C' is typed.
* All threads are terminated when the letter 'Q' is entered.