代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/229812/4751602
gml string.gml
.ix 'string'
.ix 'type' 'string'
.pp
A
.us string
is a special form of the type "array of characters",
specifically an array of characters terminated by a
.ix 'null' 'character'
.us null chara
www.eeworm.com/read/306178/3747986
buffer
'buffer' is a cross between the LPC array type and the LPC string type.
'buffer' is intended as a way to conveniently manipulate binary data.
'buffer' is not zero-terminated (that is, it has an
www.eeworm.com/read/247900/12613544
txt help.txt
12: Continues to calculate, once the problem is finished, this key
no longer works.
13: Displays the time at which various stages terminated. Format:
seconds / minutes / hours
15: A
www.eeworm.com/read/101208/15841420
c lex.c
/*@A (C) 1992 Allen I. Holub */
#include "lex.h"
#include
#include
char *yytext = ""; /* Lexeme (not '\0' terminated)
www.eeworm.com/read/290521/8479377
cpp readreg.cpp
// This code shows how to read the registry
// However it is not used by the current Wdm1 code
void ReadReg( IN PUNICODE_STRING DriverRegistryPath)
{
// Make zero terminated copy of driver regi
www.eeworm.com/read/174782/9574400
cpp readreg.cpp
// This code shows how to read the registry
// However it is not used by the current Wdm1 code
void ReadReg( IN PUNICODE_STRING DriverRegistryPath)
{
// Make zero terminated copy of driver regi
www.eeworm.com/read/165269/10070252
cpp readreg.cpp
// This code shows how to read the registry
// However it is not used by the current Wdm1 code
void ReadReg( IN PUNICODE_STRING DriverRegistryPath)
{
// Make zero terminated copy of driver regi
www.eeworm.com/read/277982/10588337
cpp readreg.cpp
// This code shows how to read the registry
// However it is not used by the current Wdm1 code
void ReadReg( IN PUNICODE_STRING DriverRegistryPath)
{
// Make zero terminated copy of driver regi
www.eeworm.com/read/246820/12703434
cpp readreg.cpp
// This code shows how to read the registry
// However it is not used by the current Wdm1 code
void ReadReg( IN PUNICODE_STRING DriverRegistryPath)
{
// Make zero terminated copy of driver regi
www.eeworm.com/read/321827/13397185
asm strlen.asm
page ,132
title strlen - return the length of a null-terminated string
;***
;strlen.asm - contains strlen() routine
;
; Copyright (c) 1985-1997, Microsoft Corporation.