Searched refs:program (Results 326 - 350 of 1353) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_regexp.c53 * regmust string (pointer into program) that match must include, or NULL
67 * Structure for regexp "program". This is essentially a linear encoding
83 #define END 0 /* no End of program. */
136 * See regmagic.h for one further detail of program structure.
171 * The first byte of the regexp internal "program" is actually this magic
653 /* Check validity of program. */
654 if (UCHARAT(prog->program) != MAGIC) {
655 regerror("corrupted program");
755 r = regmatch(prog->program + 1);
1111 s = r->program
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssec-keygen.c65 const char *program = "dnssec-keygen"; variable
79 fprintf(stderr, " %s [options] name\n\n", program);
462 program, isc_commandline_option);
469 program, isc_commandline_option);
686 "change this.\n", program, keystr);
944 program);
989 program, filename);
/macosx-10.9.5/bind9-45.100/bind9/bin/rndc/
H A Drndc.c87 static char program[256]; variable
700 result = isc_file_progname(*argv, program, sizeof(program));
702 memcpy(program, "rndc", 5);
703 progname = program;
771 program, isc_commandline_option);
779 program, isc_commandline_option);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.h631 void attachShader(Platform3DObject program, Platform3DObject shader);
678 bool getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo&);
679 bool getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo&);
680 void getAttachedShaders(Platform3DObject program, GC3Dsizei maxCount, GC3Dsizei* count, Platform3DObject* shaders);
689 void getProgramiv(Platform3DObject program, GC3Denum pname, GC3Dint* value);
699 void getUniformfv(Platform3DObject program, GC3Dint location, GC3Dfloat* value);
700 void getUniformiv(Platform3DObject program, GC3Dint location, GC3Dint* value);
1017 String mappedSymbolName(Platform3DObject program, ANGLEShaderSymbolType, const String& name);
1018 String originalSymbolName(Platform3DObject program, ANGLEShaderSymbolType, const String& name);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Df90.el89 ;; f90-program-indent 2
191 (defcustom f90-program-indent 2
275 "program" "public" "read" "real" "recursive" "result" "return"
362 '("\\<\\(\\(?:end[ \t]*\\)?\\(program\\|module\\|function\\|\
559 ;; Regexps for finding program structures.
562 (regexp-opt '("do" "if" "interface" "function" "module" "program"
567 (defconst f90-program-block-re
568 (regexp-opt '("program" "module" "subroutine" "function") 'paren)
607 "module" "program" "select" "subroutine"
627 "program\\|interfac
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dconfigure43 # Prefer a ksh shell builtin over an external printf program on Solaris,
1275 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1276 | --program-pre | --program-pr | --program-p)
1278 -program-prefix=* | --program
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DSimple.pm37 test your program will print out an "ok" or "not ok" to indicate pass
42 test and your test program aborts, or skips a test or whatever. You
207 This program is free software; you can redistribute it and/or
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dauthors.el421 (defun authors-process-lines (program &rest args)
423 Signal an error if the program returns with a non-zero exit status."
425 (let ((status (apply 'call-process program nil (current-buffer) nil args)))
427 (error "%s exited with status %s" program status))
/macosx-10.9.5/screen-22/screen/
H A Dhelp.c6 * 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 (see the file COPYING); if not, write to the
489 This program is free software; you can redistribute it and/or \
494 This program is distributed in the hope that it will be useful, \
500 along with this program (see the file COPYING); if not, write to the \
H A Dtty.sh32 * This program is free software; you can redistribute it and/or modify
37 * This program is distributed in the hope that it will be useful,
43 * along with this program (see the file COPYING); if not, write to the
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dconfigure43 # Prefer a ksh shell builtin over an external printf program on Solaris,
1136 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1137 | --program-pre | --program-pr | --program-p)
1139 -program-prefix=* | --program
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dconfigure45 # Prefer a ksh shell builtin over an external printf program on Solaris,
1138 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1139 | --program-pre | --program-pr | --program-p)
1141 -program-prefix=* | --program
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A Dconfigure161 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
174 --program-prefix=PREFIX prepend PREFIX to installed program names
175 --program-suffix=SUFFIX append SUFFIX to installed program names
176 --program-transform-name=PROGRAM
177 run sed PROGRAM on installed program names
266 -program-prefix | --program-prefix | --program
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Factory-Util-1.6/lib/Class/Factory/
H A DUtil.pm111 Copyright (c) 2003 David Rolsky. All rights reserved. This program
/macosx-10.9.5/CPANInternal-140/Class-Factory-Util-1.7/lib/Class/Factory/
H A DUtil.pm112 program is free software; you can redistribute it and/or modify it
/macosx-10.9.5/CPANInternal-140/Class-Unload/lib/Class/
H A DUnload.pm133 This program is free software; you can redistribute it and/or modify it
/macosx-10.9.5/CPANInternal-140/DateTime/lib/DateTime/
H A DLeapSecond.pm170 David Rolsky. All rights reserved. This program is free software;
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/Local/
H A DWin32.pm322 program is free software; you can redistribute it and/or modify it
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DOffsetOnly.pm125 program is free software; you can redistribute it and/or modify it
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DResurrector.pm148 phase has finished, the perl program will run at full speed.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Util/
H A DSemaphore.pm230 This program is free software, you can redistribute it and/or
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_soa17 The program queries each nameserver for the relevant SOA record
39 hardware will allow. The program waits for a response only when it is needed
44 This program is based on the B<check_soa> idea described by Albitz and Liu.
99 This program is free software;
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DCERT.pm170 All rights reserved. This program is free software; you may redistribute
H A DNAPTR.pm199 All rights reserved. This program is free software; you may redistribute
H A DPX.pm144 All rights reserved. This program is free software; you may redistribute

Completed in 291 milliseconds

<<11121314151617181920>>