代码搜索结果
找到约 10,000 项符合
R 的代码
r_misc.c
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 333
strtok_r.c
/* strtok_r.c - file for string */
/* Copyright 1992-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,23oct95,jdi doc: added comment that input string will be
mac_res.r
/* $Id: mac_res.r,v 1.1.1.2.2.1 2004/12/29 11:32:21 pekangas Exp $ */
/*
* Copyright (c) 1999, 2002, 2003 Ben Harris
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any
helpview-docicon.r
data 'icl4' (129, "Item Icon") {
$"0000 0000 0000 0000 0000 0000 0000 0000" /* ................ */
$"0000 0000 0000 0000 0000 0000 0000 0000" /* ................ */
$"0000
helpview-icon.r
data 'icl4' (128, "Item Icon") {
$"0000 0000 0000 0000 0000 0000 0000 0000" /* ................ */
$"0000 0000 0000 0000 0000 0000 0000 0000" /* ................ */
$"0000
r_osdstring.h
#ifndef __OSD_STR__
#define __OSD_STR__
#define BLANK 0x20
#define SHADOW_H 0x3C
#define SHADOW_V 0x3D
// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
r_bank.out
Loading snapshot worklib.oc8051_tb:v .................... Done
ncsim> source /shared/tools/ncsim/tools/inca/files/ncsimrc
ncsim> run
Warning! some objects excluded from $dumpvars due to -access -R
template_r.s
/* reentrant system call template */
/* Lots of system calls are trivial functions, so we build their source files
from a template. New syscalls can be added simply by editing the
Makefile!
gmtime_r.c
/*
* gmtime_r.c
*/
#include
#include "local.h"
struct tm *
_DEFUN (gmtime_r, (tim_p, res),
_CONST time_t * tim_p _AND
struct tm *res)
{
return (_mktm_r (tim_p, res, 1));
}
lcltime_r.c
/*
* localtime_r.c
*
* Converts the calendar time pointed to by tim_p into a broken-down time
* expressed as local time. Returns a pointer to a structure containing the
* broken-down time.
*/
#