代码搜索结果

找到约 10,000 项符合 R 的代码

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

wcstoull_r.c

/* This code is based on wcstoul.c which has the following copyright. It is used to convert a wide string into an unsigned long long. unsigned long long _wcstoull_r (struct _reent *rptr, cons

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

getenv_r.c

/* FUNCTION ---look up environment variable INDEX _getenv_r INDEX environ ANSI_SYNOPSIS #include char *_getenv_r(struct _reent *, const char *); TRA

mbstowcs_r.c

#include #include size_t _DEFUN (_mbstowcs_r, (reent, pwcs, s, n, state), struct _reent *r _AND wchar_t *pwcs _AND const char *s _

mblen_r.c

/* FUNCTION ---reentrant minimal multibyte length function INDEX _mblen_r ANSI_SYNOPSIS #include int _mblen_r(struct _reent *, const char *, size_t , int *

strtoll_r.c

/* This code is based on strtoul.c which has the following copyright. It is used to convert a string into a signed long long. long long _strtoll_r (struct _reent *rptr, const char *s,