代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/102935/6226645
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/250662/12393139
c s_srch1.c
/*
** Given a pointer to a NULL-terminated list of pointers, search
** the strings in the list for a particular character.
*/
#include
#define TRUE 1
#define FALSE 0
int
find_c
www.eeworm.com/read/223007/14664907
c s_srch1.c
/*
** Given a pointer to a NULL-terminated list of pointers, search
** the strings in the list for a particular character.
*/
#include
#define TRUE 1
#define FALSE 0
int
find_c
www.eeworm.com/read/119473/14829608
asm pro6_4.asm
; PROJ6_4.ASM-
;
; A PutString routine. You are to write a subroutine that outputs the
; zero terminated string pointed at by the ES:DI register pair. Your
; subroutine should preserve all regis
www.eeworm.com/read/10438/186081
c wcslen_s.c
/***
*wcslen_s.c - contains wcsnlen() routine
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* wcslen returns the length of a null-terminated wide-character string
www.eeworm.com/read/11175/209331
skl boot.skl
:class 1
; MESSAGES FOR THE IBM BOOT SECTOR. NUL Terminated.
; At this time, for DOS 4.00, we only have maximum 11 bytes left
; for translation.!!!!!!!!!!!!!!!!!!!!!
:use 001 BOOT SYSMSG
:end
www.eeworm.com/read/16273/666619
c wcslen.c
/***
*wcslen.c - contains wcslen() routine
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* wcslen returns the length of a null-terminated wide-
www.eeworm.com/read/480930/1306301
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/250243/4434716
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only
www.eeworm.com/read/243567/4522422
s strlen.s
/*
* strlen.S (c) 1995 David Mosberger (davidm@cs.arizona.edu)
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - memory accessed as aligned quadwords only