/src/bin/ksh/ |
c_ulimit.c | 58 int scmd; /* set command (or -1, if no set command) */ member in struct:c_ulimit::limits 246 if (setrlimit(l->scmd, &limit) < 0) { 265 if (l->scmd == -1) { 268 } else if (ulimit(l->scmd, val) < 0) {
|
/src/usr.sbin/sysinst/ |
run.c | 364 show_cmd(const char *scmd, struct winsize *win) 380 printw("%s", scmd); 410 const char *scmd, const char **errstr) 476 fprintf(logfp, "executing: %s\n", scmd); 481 fprintf(script, "%s\n", scmd); 536 *actionwin = show_cmd(scmd, win); 577 *actionwin = show_cmd(scmd, win); 634 char *scmd; local in function:run_program 639 vasprintf(&scmd, cmd, ap); 641 if (scmd == NULL [all...] |
/src/sys/arch/x68k/x68k/ |
iodevice.h | 238 char pad04; unsigned char scmd; member in struct:spc
|