HomeSort by: relevance | last modified time | path
    Searched defs:program (Results 1 - 22 of 22) sorted by relevancy

  /src/include/
regexp.h 91 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
regexp.h 91 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
  /src/sbin/wsconsctl/
map_parse.y 100 program : { label
map_parse.y 100 program : { label
  /src/usr.sbin/mopd/common/
dl.c 43 u_char tmpc,c,program[257],code; local in function:mopDumpDL
165 tmpc = mopGetChar(pkt,&idx); /* Program Type */
166 (void)fprintf(fd,"Program Type : %02x ",tmpc);
169 program[0] = 0;
172 program[i] = mopGetChar(pkt,&idx);
173 program[i+1] = '\0';
176 (void)fprintf(fd,"Software : %02x '%s'\n",tmpc,program);
dl.c 43 u_char tmpc,c,program[257],code; local in function:mopDumpDL
165 tmpc = mopGetChar(pkt,&idx); /* Program Type */
166 (void)fprintf(fd,"Program Type : %02x ",tmpc);
169 program[0] = 0;
172 program[i] = mopGetChar(pkt,&idx);
173 program[i+1] = '\0';
176 (void)fprintf(fd,"Software : %02x '%s'\n",tmpc,program);
  /src/sbin/mount_puffs/
mount_puffs.c 56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname());
85 mount_puffs_filesystem(const char *program, const char *opts,
93 * program [-o opts] [source] mountpoint */
95 argv[argc++] = program;
106 /* We intentionally use execvp(3) here because the program can
108 if (execvp(program, __UNCONST(argv)) == -1) {
109 warn("Cannot execute %s", program);
172 /* Split the program name and source. This is to allow
175 char *program = strsep(&source, "#"); local in function:main
177 rv = mount_puffs_filesystem(program, opts, source, argv[1])
    [all...]
mount_puffs.c 56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname());
85 mount_puffs_filesystem(const char *program, const char *opts,
93 * program [-o opts] [source] mountpoint */
95 argv[argc++] = program;
106 /* We intentionally use execvp(3) here because the program can
108 if (execvp(program, __UNCONST(argv)) == -1) {
109 warn("Cannot execute %s", program);
172 /* Split the program name and source. This is to allow
175 char *program = strsep(&source, "#"); local in function:main
177 rv = mount_puffs_filesystem(program, opts, source, argv[1])
    [all...]
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 74 /* the BPF program to capture ND packets: */
113 struct bpf_program program; local in function:ndbootd_raw_open
176 program.bf_len = sizeof(ndboot_bpf_filter) / sizeof(ndboot_bpf_filter[0]);
177 program.bf_insns = ndboot_bpf_filter;
178 if (ioctl(network_fd, BIOCSETF, &program) < 0) {
ndbootd-bpf.c 74 /* the BPF program to capture ND packets: */
113 struct bpf_program program; local in function:ndbootd_raw_open
176 program.bf_len = sizeof(ndboot_bpf_filter) / sizeof(ndboot_bpf_filter[0]);
177 program.bf_insns = ndboot_bpf_filter;
178 if (ioctl(network_fd, BIOCSETF, &program) < 0) {
  /src/lib/libkvm/
kvm_private.h 44 const char *program; member in struct:__kvm
kvm_private.h 44 const char *program; member in struct:__kvm
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 222 program: label
224 | program include
226 | program prefix
228 | program patch_arg_list
230 | program version
232 | program register
234 | program constant
236 | program macrodefn
238 | program scratch_ram
240 | program sc
    [all...]
aicasm_gram.y 222 program: label
224 | program include
226 | program prefix
228 | program patch_arg_list
230 | program version
232 | program register
234 | program constant
236 | program macrodefn
238 | program scratch_ram
240 | program sc
    [all...]
  /src/usr.bin/at/
at.c 67 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
590 int program = AT; /* our default program */ local in function:main
603 /* find out what this program is supposed to do */
605 program = ATQ;
608 program = ATRM;
611 program = BATCH;
648 if (program != AT)
651 program = ATRM;
656 if (program != AT
    [all...]
at.c 67 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
590 int program = AT; /* our default program */ local in function:main
603 /* find out what this program is supposed to do */
605 program = ATQ;
608 program = ATRM;
611 program = BATCH;
648 if (program != AT)
651 program = ATRM;
656 if (program != AT
    [all...]
  /src/lib/libc/net/
rcmd.c 132 * it is not, the program isn't expecting 'rsh' and so we can't use the
464 const char *program; local in function:rshrcmd
465 program = strrchr(rshcmd, '/');
466 program = program ? program + 1 : rshcmd;
472 execlp(rshcmd, program, "-4", "-l", remuser,
477 execlp(rshcmd, program, "-6", "-l", remuser,
483 execlp(rshcmd, program, "-l", remuser,
rcmd.c 132 * it is not, the program isn't expecting 'rsh' and so we can't use the
464 const char *program; local in function:rshrcmd
465 program = strrchr(rshcmd, '/');
466 program = program ? program + 1 : rshcmd;
472 execlp(rshcmd, program, "-4", "-l", remuser,
477 execlp(rshcmd, program, "-6", "-l", remuser,
483 execlp(rshcmd, program, "-l", remuser,
  /src/usr.bin/xlint/lint1/
cgram.y 350 /* No type for program. */
494 program: label
cgram.y 350 /* No type for program. */
494 program: label
  /src/sys/sys/
midiio.h 503 uint8_t program; member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a0f08
746 e = SEQ_MK_CHN(PGM_CHANGE, .device=1, .channel=0, .program=51);
midiio.h 503 uint8_t program; member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a0f08
746 e = SEQ_MK_CHN(PGM_CHANGE, .device=1, .channel=0, .program=51);

Completed in 36 milliseconds