OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tofree
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/i2o/
iopsp.c
227
void *
tofree
;
local
334
tofree
= sc->sc_tidmap;
338
if (
tofree
!= NULL)
339
free(
tofree
, M_DEVBUF);
/src/usr.bin/whois/
whois.c
167
char *
tofree
= NULL;
local
169
host ? host : choose_server(name, country, &
tofree
);
171
free(
tofree
);
301
choose_server(const char *name, const char *country, char **
tofree
)
361
*
tofree
= server;
/src/usr.sbin/autofs/
automountd.c
87
char *
tofree
, *pair, *newoptions;
local
91
tofree
= *optionsp;
113
free(
tofree
);
common.c
125
char *component, *copy, *
tofree
, *partial, *tmp;
local
133
copy =
tofree
= checked_strdup(path + 1);
151
free(
tofree
);
/src/sys/kern/
vfs_trans.c
352
struct fstrans_lwp_info **p, *fli, *
tofree
= NULL;
local
376
fli->fli_succ =
tofree
;
377
tofree
= fli;
389
while (
tofree
!= NULL) {
390
fli =
tofree
;
391
tofree
= fli->fli_succ;
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026