Searched refs:program (Results 26 - 50 of 573) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevtest.c5 * This program is free software; you can redistribute it and/or modify it
9 * This program is distributed in the hope that it will be useful, but
15 * with this program; if not, write to the Free Software Foundation, Inc.,
157 printf("This program is for debugging only, it does not run any program,\n"
206 char program[PATH_SIZE]; local
208 strlcpy(program, name_loop->name, sizeof(program));
209 udev_rules_apply_format(udev, program, sizeof(program));
[all...]
H A Dudev_utils_run.c4 * This program is free software; you can redistribute it and/or modify it
8 * This program is distributed in the hope that it will be useful, but
14 * with this program; if not, write to the Free Software Foundation, Inc.,
80 char program[PATH_SIZE]; local
127 strlcpy(program, "/lib/udev/", sizeof(program));
128 strlcat(program, argv[0], sizeof(program));
129 argv[0] = program;
163 info("program '
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/
H A Dconfigure20 c_exports="program version target cflags"
22 make_exports="program version target \
204 ldflags="-shared -o $program.so.$abi_major.$abi_minor $ldflags"
208 ldflags="$ldflags -Wl,-export-dynamic -Wl,-soname,$program.so.$abi_major"
232 rm -f config.mk $program.pc config.h
255 s,@@PROGRAM@@,$program,g;
284 for output_file in config.mk $program.pc
303 finalize program "$program"
331 subst_vars "$program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A Dconfigure853 -program-prefix | --program-prefix | --program-prefi | --program-pref \
854 | --program-pre | --program-pr | --program-p)
856 -program-prefix=* | --program-prefix=* | --program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dconfigure856 -program-prefix | --program-prefix | --program-prefi | --program-pref \
857 | --program-pre | --program-pr | --program-p)
859 -program-prefix=* | --program-prefix=* | --program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/win32/VS6/
H A Dbuild_ogg_dynamic.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_dynamic_debug.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_static.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_static_debug.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-perl-111 tmpfiles="$tmpfiles program.pl"
12 cat <<\EOF > program.pl
31 -o prog.tmp --omit-header --no-location program.pl
117 LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
121 LANGUAGE= LANG=$LOCALE_FR_UTF8 LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
H A Dlang-tcl14 tmpfiles="$tmpfiles program.tcl"
15 cat <<\EOF > program.tcl
26 ${XGETTEXT} -o prog.tmp --omit-header -k_ program.tcl
33 #: program.tcl:5
37 #: program.tcl:6
51 #: program.tcl:5
56 #: program.tcl:6
103 LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= tclsh program.tcl > prog.out || exit 1
107 LANGUAGE= LANG=$LOCALE_FR_UTF8 LC_MESSAGES= LC_CTYPE= LC_ALL= tclsh program.tcl > prog.out || exit 1
H A Dlang-perl-211 tmpfiles="$tmpfiles program.pl"
12 cat <<\EOF > program.pl
30 -o prog.tmp --omit-header --no-location program.pl
116 LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
120 LANGUAGE= LANG=$LOCALE_FR_UTF8 LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmb.conf17 passwd program = /opt/IDEALX/sbin/smbldap-passwd -u %u
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Ddomain.c162 && p1->program == p2->program;
169 * @program: The name of program. Maybe NULL.
176 const char *program,
182 if (program) {
183 if (!tomoyo_correct_path(program))
185 e.program = tomoyo_get_name(program);
186 if (!e.program)
175 tomoyo_update_transition_control_entry(const char *domainname, const char *program, const u8 type, const bool is_delete) argument
246 tomoyo_transition_type(const struct tomoyo_path_info *domainname, const struct tomoyo_path_info *program) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dti18n.tex21 During program development you will need the gettext package for
27 with {\it msgfmt} program (part of gettext package) and have the extension .mo.
28 Only the binary files are needed during program execution.
30 The program i18n involves several steps:
33 \item Translating the strings in the program text using
36 \item Extracting the strings to be translated from the program: this uses the
37 work done in the previous step because {\tt xgettext} program used for string
46 \item Compiling the .po file into .mo file to be used by the program.
54 \item Setting the appropriate locale in your program to use the strings for the
H A Drendver.tex19 program and the renderer have different versions they are never compatible with
23 using a common C++ object model, the calling program is compatible with any
43 Checks if the main program is compatible with the renderer having the version
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dautopppd35 my $program="autopppd";
38 openlog($program, 'cons,pid', 'daemon');
101 openlog($program, 'cons,pid', 'daemon');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp.h38 cl_program program; member in struct:__anon3370
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddt2815.c8 This program is free software; you can redistribute it and/or modify
13 This program is distributed in the hope that it will be useful,
19 along with this program; if not, write to the Free Software
42 [4] - Firmware program configuration
43 0 == program 1 (see manual table 5-4)
44 1 == program 2 (see manual table 5-4)
45 2 == program 3 (see manual table 5-4)
46 3 == program 4 (see manual table 5-4)
173 options[4] Firmware program configuration
174 0 == program
238 unsigned int program; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A Dconfigure915 -program-prefix | --program-prefix | --program-prefi | --program-pref \
916 | --program-pre | --program-pr | --program-p)
918 -program-prefix=* | --program-prefix=* | --program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/include/plat/
H A Dpxa3xx_nand.h22 uint16_t program; member in struct:pxa3xx_nand_cmdset
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A Dconfigure884 -program-prefix | --program-prefix | --program-prefi | --program-pref \
885 | --program-pre | --program-pr | --program-p)
887 -program-prefix=* | --program-prefix=* | --program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dmakefile.dj50 @echo Welcome to libcurl example program
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dconfigure469 -program-prefix | --program-prefix | --program-prefi | --program-pref \
470 | --program-pre | --program-pr | --program-p)
472 -program-prefix=* | --program-prefix=* | --program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_opencl.c137 cl_program program = NULL; local
154 program = clCreateProgramWithSource(ext_opencl_env->context, 1, &ocl_bench_source,
156 if (status != CL_SUCCESS || !program) {
157 av_log(NULL, AV_LOG_ERROR, "OpenCL unable to create benchmark program\n");
161 status = clBuildProgram(program, 1, &(ext_opencl_env->device_id), NULL, NULL, NULL);
163 av_log(NULL, AV_LOG_ERROR, "OpenCL unable to build benchmark program\n");
167 kernel = clCreateKernel(program, "unsharp_bench", &status);
193 if (program)
194 clReleaseProgram(program);

Completed in 280 milliseconds

1234567891011>>