/src/usr.bin/rdist/ |
gram.y | 160 $1->sc_args = expand($2, E_VARS); 165 $1->sc_args = expand($2, E_ALL); 170 $1->sc_args = expand($2, E_VARS); 175 $1->sc_args = expand($2, E_ALL); 515 sc->sc_args = NULL;
|
defs.h | 112 struct namelist *sc_args; member in struct:subcmd
|
docmd.c | 194 notify(tempfile, rhost, sc->sc_args, 0); 427 notify(tempfile, NULL, sc->sc_args, lastmod); 634 for (nl = sc->sc_args; nl != NULL; nl = nl->n_next) {
|
server.c | 551 if (sc->sc_args != NULL && !inlist(sc->sc_args, target))
|
/src/sys/arch/hpcmips/vr/ |
vrc4172gpio.c | 87 struct hpcio_attach_args sc_args; member in struct:vrc4172gpio_softc 207 sc->sc_args = *args; /* structure copy */
|