Home | History | Annotate | Download | only in init

Lines Matching defs:se_getty

160 	char	*se_getty;		/* what to run on that port */
1076 if (sp->se_getty) {
1077 free(sp->se_getty);
1137 if (sp->se_getty) {
1138 free(sp->se_getty);
1141 (void)asprintf(&sp->se_getty, "%s %s", typ->ty_getty, typ->ty_name);
1142 if (!sp->se_getty)
1144 sp->se_getty_argv = construct_argv(sp->se_getty);
1147 free(sp->se_getty);
1148 sp->se_getty = NULL;
1333 const char *name = sp->se_getty ? sp->se_getty :