Searched refs:prog (Results 126 - 150 of 348) sorted by relevance

1234567891011>>

/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dconfigd.m98 usage(const char *prog)
100 SCPrint(TRUE, stderr, CFSTR("%s: [-d] [-v] [-V bundleID] [-b] [-B bundleID] [-A bundleID] [-t bundle-path]\n"), prog);
292 const char *prog = argv[0];
342 usage(prog);
351 fprintf(stderr, "%s: permission denied.\n", prog);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dpattern.c1894 * Test prog against null-terminated, metafied string.
1899 pattry(Patprog prog, char *string) argument
1901 return pattryrefs(prog, string, -1, -1, 0, NULL, NULL, NULL);
1905 * Test prog against string of given length, no null termination
1912 pattrylen(Patprog prog, char *string, int len, int unmetalen, int offset) argument
1914 return pattryrefs(prog, string, len, unmetalen, offset, NULL, NULL, NULL);
1918 * Test prog against string with given lengths. The input
1946 pattryrefs(Patprog prog, char *string, int stringlen, int unmetalen, argument
1953 char *progstr = (char *)prog + prog
2384 patmatch(Upat prog) argument
3751 freepatprog(Patprog prog) argument
[all...]
H A Dinit.c105 Eprog prog; local
132 if (!(prog = parse_event())) { /* if we couldn't parse a list */
151 if (hend(prog)) {
174 addlinknode(args, dupstring(getjobtext(prog, NULL)));
175 addlinknode(args, cmdstr = getpermtext(prog, NULL, 0));
185 execode(prog, 0, 0, toplevel ? "toplevel" : "file");
1238 Eprog prog; local
1252 (!(prog = try_source_file((us = unmeta(s)))) &&
1270 if (!prog) {
1305 if (prog) {
[all...]
H A Dcond.c196 char *rt = dupstring(ecrawstr(state->prog, state->pc, NULL));
277 Patprog pprog = state->prog->pats[npat];
283 right = dupstring(opat = ecrawstr(state->prog, state->pc,
287 save = (!(state->prog->flags & EF_HEAP) &&
296 state->prog->pats[npat] = pprog;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/lib/
H A Dutils-lib.exp24 proc binutil_version { prog } {
26 set path [which $prog]
28 perror "$prog can't be run, file not found."
32 set path $prog
34 set state [remote_exec host $prog --version]
50 proc default_binutils_run { prog progargs } {
57 if {[which $prog] == 0} then {
58 perror "$prog does not exist"
64 send_log "$prog $progargs\n"
65 verbose "$prog
[all...]
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntfunc.c651 char *prog; local
662 prog=*argv;
664 dprintf("trying shellex for prog %s\n",prog);
665 ptr = prog;
666 if (!is_url(prog)) {
677 while(extension != prog) {
687 if (extension != prog) {
721 shinfo.lpFile = prog;
747 (void)StringCbPrintf(err2,sizeof(err2),"%s",prog);
882 nt_texec(char *prog, char**args ) argument
[all...]
H A Dglobals.c182 int is_9x_gui(char *prog) { argument
203 dwret = SearchPath(pathbuf,prog,".EXE",MAX_PATH<<1,progpath,&pext);
H A Dsupport.c247 void nt_exec(char *prog, char**args) { argument
248 nt_execve(prog,args,NULL);
250 void nt_execve(char *prog, char**args, char**envir ) { argument
288 cmdlen += copy_quote_and_fix_slashes(prog,cmdstr,&hasdot);
309 (void)StringCbPrintf(argv0,MAX_PATH,"%s",prog);
343 (void)StringCbPrintf(argv0,MAX_PATH,"%s.exe",prog);
346 (void)StringCbPrintf(argv0,MAX_PATH,"%s.EXE",prog);
436 gui_app = is_9x_gui(prog);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Dtc.c416 const char *prog; member in struct:prog_found_pair
431 err = atf_fs_path_init_fmt(&p, "%s/%s", dir, pf->prog);
452 check_prog(struct context *ctx, const char *prog, void *data) argument
457 err = atf_fs_path_init_fmt(&p, "%s", prog);
469 "not be found", prog);
486 "for a program (%s)", prog);
490 pf.prog = prog;
502 "not be found in the PATH", prog);
864 _atf_tc_require_prog(struct context *ctx, const char *prog) argument
1103 atf_tc_require_prog(const char *prog) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/sdb/bdb/
H A Dzone2bdb.c106 usage(const char *prog) argument
109 fprintf(stderr, "Usage: %s <origin> <zonefile> <db>\n", prog);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp251 exec(const atf::fs::path& prog, const argv_array& argv, argument
257 atf_error_t err = atf_process_exec_array(&s, prog.c_path(),
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dfs.cpp135 const atf::fs::path prog("umount");
138 atf::process::status s = atf::process::exec(prog, argv,
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dexample.c144 ex_wrapper(Eprog prog, FuncWrap w, char *name) argument
152 runshfunc(prog, w, name);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dcommon.h59 extern char *prog;
H A Dldappasswd.c69 fprintf( stderr,_("usage: %s [options] [user]\n"), prog);
96 prog, protocol );
183 prog = lutil_progname( "ldappasswd", argc, argv );
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dmisc.h73 extern int is_exec_ok (const char *prog);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyppush_xdr.c132 if (!xdr_u_int(xdrs, &objp->prog)) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dobjcopy.exp490 proc copy_executable { prog flags test1 test2 } {
502 set exec_output [binutils_run $prog "$flags $testfile $testcopy"]
558 proc strip_executable { prog flags test } {
569 set exec_output [binutils_run $prog "$flags ${copyfile}"]
596 proc strip_executable_with_saving_a_symbol { prog flags test } {
607 set exec_output [binutils_run $prog "$flags ${copyfile}"]
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dfinfo.c36 static char *prog; variable
83 prog = base_pathname(argv[0]);
327 strcpy(b, prog);
438 fprintf(stderr, "%s: usage: %s [-%s] [file ...]\n", prog, OPTIONS);
468 fprintf(stderr, "%s: cannot malloc %d bytes\n", prog, s);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DDHCP.c368 usage(char * prog) argument
380 prog, prog, prog, prog);
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dbsdtar.c700 const char *prog; local
703 prog = lafe_progname;
707 p = (strcmp(prog,"bsdtar") != 0) ? "(bsdtar)" : "";
708 printf("%s%s: manipulate archive files\n", prog, p);
713 fputs(prog, stdout);
/macosx-10.9.5/rsync-42/rsync/
H A Dsocket.c302 char *prog = getenv("RSYNC_CONNECT_PROG"); local
306 prog ? "Using RSYNC_CONNECT_PROG instead of " : "",
309 if (prog)
310 return sock_exec(prog);
786 * "prog". stdin and stdout are attached. stderr is left attached to
789 int sock_exec(const char *prog) argument
798 rprintf(FINFO, "Running socket program: \"%s\"\n", prog);
805 exit(system(prog));
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c231 char *prog; member in struct:subprocess
923 dbglog(" script %s, pid %d", chp->prog, chp->pid);
2270 run_program(prog, args, must_exist, done, arg)
2271 char *prog;
2287 if (stat(prog, &sbuf) < 0 || !S_ISREG(sbuf.st_mode)
2290 warning("Can't execute %s: %m", prog);
2297 error("Failed to create child process for %s: %m", prog);
2302 dbglog("Script %s started (pid %d)", prog, pid);
2303 record_child(pid, prog, done, arg);
2340 execve(prog, arg
[all...]
/macosx-10.9.5/dtrace-118.1/plockstat/
H A Dplockstat.c465 dprog_add(const char *prog) argument
467 size_t len = strlen(prog);
468 bcopy(prog, g_prog + g_proglen, len + 1);
476 dtrace_prog_t *prog; local
485 if ((prog = dtrace_program_strcompile(g_dtp, g_prog,
489 if (dtrace_program_exec(g_dtp, prog, &info) == -1)
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamRewriteEngine.hpp396 const operation_list& prog = rewrites->second; variable
397 if( !prog.empty() )
399 operation_list::const_iterator last = prog.end();

Completed in 374 milliseconds

1234567891011>>