HomeSort by: relevance | last modified time | path
    Searched refs:strtobuf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 400 strtobuf(usch *str, struct iobuf *iob) function
402 DPRINT(("strtobuf iob %p buf %p str %s\n", iob, iob->buf, str));
655 ob = strtobuf(sb, NULL);
705 ob = strtobuf((usch *)ifiles->orgfn, NULL);
707 strtobuf(fn, ob);
1571 ob = strtobuf(unfname(), NULL);
1574 ob = strtobuf(sheap("%d", ifiles->lineno), NULL);
1578 ob = strtobuf((usch *)"", NULL);
1590 ob = strtobuf(sheap("%d", counter++), NULL);
2029 strtobuf(nb->buf, ob)
    [all...]

Completed in 15 milliseconds