Lines Matching +defs:c +defs:cpp
2 * Copyright (c) 2016-2017 Alexander Motin <mav@FreeBSD.org>
344 struct ntb_transport_child **cpp = &nt->child;
351 char *n, *np, *c, *name;
447 while ((c = strsep(&n, ",")) != NULL) {
448 np = c;
471 *cpp = nc;
472 cpp = &nc->next;
527 struct ntb_transport_child **cpp = &nt->child;
531 while ((nc = *cpp) != NULL) {
532 *cpp = (*cpp)->next;