HomeSort by: relevance | last modified time | path
    Searched defs:delp (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/modload/
main.c 76 } *delp; local in function:main
96 delp = malloc(sizeof(struct del_item));
97 if (delp == NULL)
99 delp->del_key = optarg;
100 SIMPLEQ_INSERT_TAIL(&del_head, delp, del_items);
150 SIMPLEQ_FOREACH(delp, &del_head, del_items)
152 delp->del_key);
main.c 76 } *delp; local in function:main
96 delp = malloc(sizeof(struct del_item));
97 if (delp == NULL)
99 delp->del_key = optarg;
100 SIMPLEQ_INSERT_TAIL(&del_head, delp, del_items);
150 SIMPLEQ_FOREACH(delp, &del_head, del_items)
152 delp->del_key);

Completed in 29 milliseconds