OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newch
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
vfs_trans.c
888
struct fscow_handler *
newch
;
local
898
newch
= kmem_alloc(sizeof(*
newch
), KM_SLEEP);
899
newch
->ch_func = func;
900
newch
->ch_arg = arg;
903
LIST_INSERT_HEAD(&fmi->fmi_cow_handler,
newch
, ch_list);
/src/sys/dev/wsfont/
wsfont.c
458
u_char *ch, *
newch
, *p, *newp;
local
487
newch
= newdata +
495
newp =
newch
+
502
newp =
newch
+
/src/external/bsd/mdocml/dist/
roff.c
4083
size_t oldch,
newch
;
local
4114
newch
= stringsz + (1 < append ? 2u : 1u);
4117
n->val.p = mandoc_malloc(
newch
);
4122
n->val.p = mandoc_realloc(n->val.p, oldch +
newch
);
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026