Searched refs:sc_end (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/indent/
H A Dindent.c150 sc_end = 0;
329 if (sc_end == 0) { /* ignore buffering if a comment wasnt
342 if (!flushed_nl || sc_end != 0) {
343 if (sc_end == 0) { /* if this is the first comment, we
346 sc_end = &(save_com[2]);
349 *sc_end++ = '\n'; /* add newline between
351 *sc_end++ = ' ';
354 *sc_end++ = '/'; /* copy in start of comment */
355 *sc_end++ = '*';
358 *sc_end
[all...]
H A Dindent_globs.h127 char *sc_end; /* pointer into save_com buffer */ variable
/freebsd-9.3-release/sys/dev/tpm/
H A Dtpmvar.h34 int (*sc_end)(struct tpm_softc *, int, int); member in struct:tpm_softc
H A Dtpm.c279 sc->sc_end = tpm_legacy_end;
285 sc->sc_end = tpm_tis12_end;
390 sc->sc_end = tpm_legacy_end;
399 sc->sc_end = tpm_tis12_end;
1393 (sc->sc_end)(sc, UIO_READ, rv);
1404 (sc->sc_end)(sc, UIO_READ, rv);
1414 (sc->sc_end)(sc, UIO_READ, rv);
1427 (sc->sc_end)(sc, UIO_READ, rv);
1433 (sc->sc_end)(sc, UIO_READ, rv);
1439 rv = (sc->sc_end)(s
[all...]

Completed in 101 milliseconds