Search | Google it | Results 1 - 2 of 2 for funcall:memmove (0.01 seconds) |
270: 271: if (cp < ep) memmove(&str[cp + len], &str[cp], ep - cp); 272: if (len == 2) {
1504: return (-1); 1505: memmove(new, *typetable, *tablesize); 1506: /*munmap(*typetable, *tablesize);*/;