autoconf.c | 143 static struct bootpath *bootpath_store(int, struct bootpath *); 858 bootpath_store(int storep, struct bootpath *bp) function in typeref:struct:bootpath * 1207 bootpath_store(1, bootpath); 1782 bootpath_store(1, NULL); 1793 struct bootpath *bp = bootpath_store(0, NULL); 1843 bootpath_store(1, bp + 1);
|