gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:memmove (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/console.c - 8.9KB - 293 lines
270: 
271:                 if (cp < ep) memmove(&str[cp + len], &str[cp], ep - cp);
272:                 if (len == 2) {
More results from console.c
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
1504:                         return (-1);
1505:                 memmove(new, *typetable, *tablesize);
1506:                 /*munmap(*typetable, *tablesize);*/;
More results from t2ex