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

1 2 3

  /src/sbin/wsconsctl/
map_parse.y 100 program : { label
  /src/include/
regexp.h 91 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
  /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
177 rv = mount_puffs_filesystem(program, opts, source, argv[1])
    [all...]
  /src/usr.sbin/mopd/common/
dl.c 43 u_char tmpc,c,program[257],code; local
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/external/bsd/less/dist/
regexp.h 21 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7-wraps.h 20 ;; a copy of the GCC Runtime Library Exception along with this program; variable
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7-wraps.h 20 ;; a copy of the GCC Runtime Library Exception along with this program; variable
  /src/external/bsd/atf/dist/tools/
signals_test.cpp 62 program(void) function in namespace:sigusr1
69 throw tools::system_error("sigusr1::program",
99 sigusr1::program();
125 sigusr1::program();
151 sigusr1::program();
203 sigusr1::program();
227 sigusr1::program();
  /src/external/ibm-public/postfix/dist/src/global/
mail_version.h 17 * Version of this program. Official versions are called a.b.c, and
74 * version string of a Postfix program with the run-time version string of a
80 char *program; /* postfix */ member in struct:__anon23114
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-revoke.c 39 const char *program = "dnssec-revoke"; variable
49 fprintf(stderr, " %s [options] keyfile\n\n", program);
121 program, isc_commandline_option);
132 version(program);
135 fprintf(stderr, "%s: unhandled option -%c\n", program,
186 fprintf(stderr, "%s: %s\n", program, keystr);
204 program);
dnssec-verify.c 68 const char *program = "dnssec-verify"; variable
148 fprintf(stderr, "\t%s [options] zonefile [keys]\n", program);
262 program, isc_commandline_option);
273 version(program);
276 fprintf(stderr, "%s: unhandled option -%c\n", program,
  /src/external/mit/xorg/lib/
libmesa.mk 451 # Program sources
452 PATHS.program= mesa/program ../../src/mesa/program
453 INCLUDES.program= glsl
454 SRCS.program= \
468 program.c \
476 #.PATH: ${X11SRCDIR.Mesa}/../src/mesa/program
477 #SRCS.program+= \
libmesa.old.mk 426 # Program sources
427 PATHS.program= mesa/program ../../src/mesa/program
428 INCLUDES.program= glsl
429 SRCS.program= \
443 program.c \
451 #.PATH: ${X11SRCDIR.Mesa}/../src/mesa/program
452 #SRCS.program+= \
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 74 /* the BPF program to capture ND packets: */
113 struct bpf_program program; local
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/external/bsd/bc/dist/
bc.y 56 %start program
74 e) read() procedure that reads a number under program control from stdin.
75 f) halt statement that halts the the program under program control. It
111 %type <i_value> program input_item semicolon_list statement_list
128 program : /* empty */ label
137 | program input_item
  /src/external/bsd/kyua-testers/dist/
common_inttest.h 135 char* program = tester_path(); local
136 (void)execv(program, KYUA_DEFS_UNCONST(args));
137 free(program);
138 err(111, "Failed to execute %s", program);
147 /// \param ... Arguments to the tester, not including the program name.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
opencl_hostapp.c 5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
21 in a data parallel fashion. The filename of the OpenCL program source
49 cl_program program; local
64 /* Initialize the data the OpenCl program operates on. */
106 program = clCreateProgramWithSource (context, 1, &program_source,
110 err = clBuildProgram (program, 0, NULL, kernel_build_opts, NULL,
116 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG, 0,
121 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG
    [all...]
  /src/external/mpl/bind/dist/bin/confgen/
tsig-keygen.c 53 static char program[256]; variable
102 result = isc_file_progname(*argv, program, sizeof(program));
104 memmove(program, "tsig-keygen", 11);
106 progname = program;
109 * Libtool doesn't preserve the program name prior to final
185 program, isc_commandline_option);
192 fprintf(stderr, "%s: unhandled option -%c\n", program,
rndc-confgen.c 58 static char program[256]; variable
114 result = isc_file_progname(*argv, program, sizeof(program));
116 memmove(program, "rndc-confgen", 13);
118 progname = program;
197 program, isc_commandline_option);
204 fprintf(stderr, "%s: unhandled option -%c\n", program,
  /src/external/mpl/bind/dist/bin/tools/
nsec3hash.c 39 const char *program = "nsec3hash"; variable
48 fprintf(stderr, "%s: ", program);
66 program);
68 program);
dnstap-read.c 65 const char *program = "dnstap-read"; variable
71 fprintf(stderr, "%s: %s: %s\n", program, msg, \
84 fprintf(stderr, "%s: fatal: ", program);
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
opencl_hostapp.c 5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
21 in a data parallel fashion. The filename of the OpenCL program source
49 cl_program program; local
64 /* Initialize the data the OpenCl program operates on. */
106 program = clCreateProgramWithSource (context, 1, &program_source,
110 err = clBuildProgram (program, 0, NULL, kernel_build_opts, NULL,
116 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG, 0,
121 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG
    [all...]
  /src/external/bsd/libarchive/dist/tar/
creation_set.c 23 int program; /* Set 1 if filter is a program name */ member in struct:creation_set::filter_set
114 _cset_add_filter(struct creation_set *cset, int program, const char *filter)
127 cset->filters[cset->filter_count].program = program;
150 if (cset->filters[i].program) {
166 if (cset->filters[i].program)
  /src/external/bsd/nsd/dist/simdzone/src/
bench.c 153 static void help(const char *program)
164 printf(format, program, kernels[0].name);
170 static void usage(const char *program)
172 fprintf(stderr, "Usage: %s [OPTION] <lex or parse> <zone file>\n", program);
180 const char *name = NULL, *program = argv[0]; local
184 program = slash + 1;
189 help(program);
195 usage(program);
200 usage(program);
208 usage(program);
    [all...]
  /src/lib/libkvm/
kvm_private.h 44 const char *program; member in struct:__kvm

Completed in 48 milliseconds

1 2 3