代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/126765/6012258
c setlocale.c
/* setlocale.c - ANSI locale */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,30aug93,jmm fixed null pointer dereference in setlocale() (spr 24
www.eeworm.com/read/126765/6012698
c xdr_ref.c
/* xdr_ref.c - XDR primitives for pointers */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01j,05nov01,vvv fixed compil
www.eeworm.com/read/125811/6022172
h ttmemory.h
/*******************************************************************
*
* ttmemory.h 1.2
*
* Memory management component (specification).
*
* Co
www.eeworm.com/read/125811/6022235
h ttmemory.h
/*******************************************************************
*
* ttmemory.h 1.2
*
* Memory management component (specification).
*
* Co
www.eeworm.com/read/125688/6026949
c xf86dcconf.c
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86DCConf.c,v 3.2 1997/01/05 11:58:05 dawes Exp $ */
#ifndef X_NOT_STDC_ENV
#include
#else
extern double atof();
#endif
#include "X.h"
www.eeworm.com/read/124553/6046043
pas changepriority.pas
unit ChangePriority;
{$I JCL.INC}
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TChangePriorityDlg = class(TForm)
OKBtn
www.eeworm.com/read/124347/6050925
s crt0.s
#ifdef __mn10300__
.section .text
.global _start
_start:
mov _stack-8,a0 # Load up the stack pointer
mov a0,sp
mov _edata,a0 # Get the start/end of bss
mov _end,a1
cmp a0,a1 # If no bss, t
www.eeworm.com/read/124347/6050958
h cpudef.h
; @(#)cpudef.h 2.3 90/10/14 20:55:56, Copyright 1989, 1990 AMD
;-----------------------------------------------------------------------
; Useful equates
;----------------------------------------------
www.eeworm.com/read/124347/6052058
3 nl_langinfo.3
.\" Copyright (c) 2001 Alexey Zelkin
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided
www.eeworm.com/read/124109/6055281
asm _gptrget.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.0 Thu Sep 20 10:57:13 2001
;-------------------------------------------------