OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldptr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
waitpid.c
20
static struct unreaped *ualloc (
oldptr
, n)
21
struct unreaped *
oldptr
;
27
if (
oldptr
)
28
oldptr
= (struct unreaped *) realloc ((char *)
oldptr
, n);
30
oldptr
= (struct unreaped *) malloc (n);
31
if (
oldptr
== 0)
36
return
oldptr
;
/src/usr.bin/config/
main.c
1847
char *
oldptr
, line[LINE_MAX + 1], uline[LINE_MAX + 1];
local
1852
oldptr
= (ptr += 5);
1855
if (ptr -
oldptr
> LINE_MAX)
1857
i += ptr -
oldptr
+ 5;
1858
(void)memcpy(line,
oldptr
, (size_t)(ptr -
oldptr
));
1859
line[ptr -
oldptr
] = '\0';
/src/external/bsd/openldap/dist/libraries/liblmdb/
lmdb.h
271
* the memory map, and \b
oldptr
gives its previous address. The item's actual
274
* values based at the \b
oldptr
address to be relative to the \b newptr address.
276
* @param[in]
oldptr
The previous address.
281
typedef void (MDB_rel_func)(MDB_val *item, void *
oldptr
, void *newptr, void *relctx);
/src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h
717
void *
oldptr
;
member in struct:sysctl_req
/src/sys/fs/nfs/client/
nfs_clvfsops.c
1800
if (req->
oldptr
!= NULL) {
1829
if (req->
oldptr
!= NULL) {
/src/sys/netinet/
dccp_usrreq.c
2467
if (req->
oldptr
== 0) {
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026