Searched refs:program (Results 1 - 25 of 573) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/conftools/
H A DPrintPath2 # Look for program[s] somewhere in $PATH.
11 # PrintPath [-s] [-pPATHNAME] program [program ...]
91 for program in $programs
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/conftools/
H A DPrintPath2 # Look for program[s] somewhere in $PATH.
11 # PrintPath [-s] [-pPATHNAME] program [program ...]
91 for program in $programs
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/conftools/
H A DPrintPath2 # Look for program[s] somewhere in $PATH.
11 # PrintPath [-s] [-pPATHNAME] program [program ...]
91 for program in $programs
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/java/
H A DMakefile3 BUILD= compat.html conf.html faq.html program.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/tcl/
H A DMakefile3 BUILD= intro.html error.html faq.html program.html using.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Ddummytest.c11 char *p, *q = 0, *program; local
37 program = BUF_strdup("(unknown)");
39 program = OPENSSL_malloc((q - p) + 1);
40 strncpy(program, p, q - p);
41 program[q - p] = '\0';
44 for (p = program; *p; p++)
48 q = strstr(program, "TEST");
53 printf("No %s support\n", program);
55 OPENSSL_free(program);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddummytest.c11 char *p, *q = 0, *program; local
28 program = BUF_strdup("(unknown)");
31 program = OPENSSL_malloc((q - p) + 1);
32 strncpy(program, p, q - p);
33 program[q - p] = '\0';
36 for(p = program; *p; p++)
40 q = strstr(program, "TEST");
44 printf("No %s support\n", program);
46 OPENSSL_free(program);
H A Dmdc2test.c11 char *p, *q = 0, *program; local
28 program = BUF_strdup("(unknown)");
31 program = OPENSSL_malloc((q - p) + 1);
32 strncpy(program, p, q - p);
33 program[q - p] = '\0';
36 for(p = program; *p; p++)
40 q = strstr(program, "TEST");
44 printf("No %s support\n", program);
46 OPENSSL_free(program);
H A Drc5test.c11 char *p, *q = 0, *program; local
28 program = BUF_strdup("(unknown)");
31 program = OPENSSL_malloc((q - p) + 1);
32 strncpy(program, p, q - p);
33 program[q - p] = '\0';
36 for(p = program; *p; p++)
40 q = strstr(program, "TEST");
44 printf("No %s support\n", program);
46 OPENSSL_free(program);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Ddummytest.c11 char *p, *q = 0, *program; local
37 program = BUF_strdup("(unknown)");
39 program = OPENSSL_malloc((q - p) + 1);
40 strncpy(program, p, q - p);
41 program[q - p] = '\0';
44 for (p = program; *p; p++)
48 q = strstr(program, "TEST");
53 printf("No %s support\n", program);
55 OPENSSL_free(program);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_init.c18 DSI *dsi_init(const dsi_proto protocol, const char *program, argument
29 dsi->program = program;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Dhash.c12 static const char *program; variable
16 printf("Usage: %s <djb2|r5> <modname>\n", program);
52 program = argv[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_lock.c31 /* this creates an open lock file which hangs around until the program
34 pid_t server_lock(char *program, char *pidfile, int debug) argument
46 program, pid);
54 fprintf(stderr, "%s: can't open lock file, \"%s\"\n", program,
103 int check_lockfile(const char *program, const char *pidfile) argument
113 program, pid);
125 int create_lockfile(const char *program, const char *pidfile) argument
132 if (check_lockfile(program, pidfile) != 0)
138 fprintf(stderr, "%s: can't open lock file, \"%s\"\n", program,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit10 # {program}_METASOURCES
12 # {program}_METASOURCES = name1.moc name2.moc ... [\]
13 # {program}_METASOURCES = AUTO
25 # The concept (and base code) for this program came from automoc,
208 local $program = "";
210 local %realObjs = (); # lists the objects compiled into $program
211 local %sources = (); # lists the sources used for $program
213 local %realname = (); # the binary name of program variable
214 local %idlfiles = (); # lists the idl files used for $program
250 foreach $program (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/lib/
H A Dcompile.exp9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # Compile a program consisting of one .c file. For example
32 # Compile up program
34 set program [lindex $args 0]
39 set output [target_compile "$srcdir/$subdir/$program.c" \
40 "$srcdir/$subdir/$program" executable \
44 set output [target_compile "$srcdir/$subdir/$program.c" \
45 "$srcdir/$subdir/$program" executabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/regexp/
H A Dregexp.h33 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dmd5.sh1 # try to find an md5 program
12 do_md5sum() { echo No md5sum program found; }
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/regexp/
H A Dregexp.h33 char program[1]; /* Unwarranted chumminess with compiler. */ member in struct:regexp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dmd5.sh1 # try to find an md5 program
12 do_md5sum() { echo No md5sum program found; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man6 # This program is free software; you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program; if not, write to the Free Software Foundation,
183 (my $program = $ARGV[0]) =~ s!.*/!!;
184 my $package = $program;
201 # <program> <version>
202 # {GNU,Free} <program> <version>
203 # <program> ({GNU,Free} <package>) <version>
204 # <program> - {GNU,Free} <package> <version>
213 $program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man6 # This program is free software; you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program; if not, write to the Free Software Foundation,
183 (my $program = $ARGV[0]) =~ s!.*/!!;
184 my $package = $program;
201 # <program> <version>
202 # {GNU,Free} <program> <version>
203 # <program> ({GNU,Free} <package>) <version>
204 # <program> - {GNU,Free} <package> <version>
213 $program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dhelp2man6 # This program is free software; you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program; if not, write to the Free Software Foundation,
170 (my $program = $ARGV[0]) =~ s!.*/!!;
171 my $package = $program;
188 # <program> <version>
189 # {GNU,Free} <program> <version>
190 # <program> ({GNU,Free} <package>) <version>
191 # <program> - {GNU,Free} <package> <version>
200 $program
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dstats.h15 struct rpc_program * program; member in struct:rpc_stat
29 struct svc_program * program; member in struct:svc_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Daboutdlginfo.tex16 This class contains the general information about the program, such as its
17 name, version, copyright and so on, as well as lists of the program developers,
19 former group are represented as a string with the exception of the program icon
20 and the program web site, while the lists from the latter group are stored as
62 Adds an artist name to be shown in the program credits.
73 Adds a developer name to be shown in the program credits.
84 Adds a documentation writer name to be shown in the program credits.
95 Adds a translator name to be shown in the program credits. Notice that if no
99 the translator of the program in the current language.
110 Sets the the list of artists to be shown in the program credit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dtest-udev.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.,
165 char program[PATH_SIZE]; local
167 strlcpy(program, name_loop->name, sizeof(program));
168 udev_rules_apply_format(udev, program, sizeof(program));
169 run_program(program, udev->dev->subsystem, NULL, 0, NULL, (udev_log_priority >= LOG_INFO));

Completed in 483 milliseconds

1234567891011>>