代码搜索结果
找到约 10,000 项符合
R 的代码
mntent_r.c
/* Utilities for reading/writing fstab, mtab, etc.
Copyright (C) 1995-2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; yo
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!
strerror_r.c
/*
FUNCTION
---convert error number to string and copy to buffer
INDEX
strerror_r
ANSI_SYNOPSIS
#include
char *strerror_r(int , char *, size_t )
strndup_r.c
#include
#include
#include
char *
_DEFUN (_strndup_r, (reent_ptr, str, n),
struct _reent *reent_ptr _AND
_CONST char *str _AND
size_t n)
{
strdup_r.c
#include
#include
#include
char *
_DEFUN (_strdup_r, (reent_ptr, str),
struct _reent *reent_ptr _AND
_CONST char *str)
{
size_t len = strlen (str
strtok_r.c
/*
* Copy<mark>r</mark>ight (c) 1988 <mark>R</mark>egents of the Unive<mark>r</mark>sity of Califo<mark>r</mark>nia.
* All <mark>r</mark>ights <mark>r</mark>ese<mark>r</mark>ved.
*
* <mark>R</mark>edist<mark>r</mark>ibution and use in sou<mark>r</mark>ce and bina<mark>r</mark>y fo<mark>r</mark>ms, with o<mark>r</mark> without
* modification, a<mark>r</mark>e pe<mark>r</mark>mitted p<mark>r</m ...
mbtowc_r.c
#include
#include
#include
#include "mbctype.h"
#include
#include
#ifdef _MB_CAPABLE
typedef enum { ESCAPE, DOLLAR, BRACKET, AT, B, J,
setenv_r.c
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
** these modifications are Copyright (C) 1991 DJ Delorie.
*/
/*
* Copyright (c) 1987 Regents of the University of California.
*
wctomb_r.c
#include
#include
#include
#include
#include "mbctype.h"
/* for some conversions, we use the __count field as a place to store a state value */
#define __st
putenv_r.c
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
** these modifications are Copyright (C) 1991 DJ Delorie.
*/
/*-
* Copyright (c) 1988 The Regents of the University of Californi