| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| libgrep.h | 33 /* Compile a pattern and return the compiled pattern. */ 34 void * (*compile) (const char *pattern, size_t pattern_size, member in struct:__anon9243
|
| m-regex.c | 62 /* KWset compiled pattern. We compile a list of strings, at least one of 93 /* First, we compile in the substrings known to be exact 104 /* Now, we compile the substrings that will require 204 compile (const char *pattern, size_t pattern_size, function 293 return compile (pattern, pattern_size, 302 return compile (pattern, pattern_size,
|
| /src/external/gpl2/grep/dist/src/ |
| grep.h | 26 by an entry with a NULL compile, and to contain at least 32 void (*compile) PARAMS ((char const *, size_t)); member in struct:matcher
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/ |
| Template.pm | 175 sub compile { subroutine 187 die "Can only compile $pack objects of subtype STRING, but this is $self->{TYPE}; aborting"; 299 $fi_self->compile(@delim_arg) 460 $templ->compile or return undef; 481 $templ->compile or return undef; 1001 =head2 C<compile> 1003 $template->compile() 1220 If any of the program fragments fails to compile or aborts for any
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/ |
| Template.pm | 175 sub compile { subroutine 187 die "Can only compile $pack objects of subtype STRING, but this is $self->{TYPE}; aborting"; 299 $fi_self->compile(@delim_arg) 460 $templ->compile or return undef; 481 $templ->compile or return undef; 1001 =head2 C<compile> 1003 $template->compile() 1220 If any of the program fragments fails to compile or aborts for any
|
| /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/ |
| Template.pm | 140 sub compile { subroutine 150 die "Can only compile $pack objects of subtype STRING, but this is $self->{TYPE}; aborting"; 244 $fi_self->compile(@delim_arg) 380 $templ->compile or return undef; 396 $templ->compile or return undef; 866 =head2 C<compile> 868 $template->compile() 1081 If any of the program fragments fails to compile or aborts for any
|
| /src/external/gpl3/binutils/dist/include/ |
| gcc-interface.h | 51 compile. */ 79 /* Set the file name of the program to compile. The string is 94 compile method. GCC_FE_VERSION_0 version verbose parameter has 120 int /* bool */ (*compile) (struct gcc_base_context *self, member in struct:gcc_base_vtable 126 compilation; that is, after a compile is requested, the
|
| /src/external/gpl3/binutils.old/dist/include/ |
| gcc-interface.h | 51 compile. */ 79 /* Set the file name of the program to compile. The string is 94 compile method. GCC_FE_VERSION_0 version verbose parameter has 120 int /* bool */ (*compile) (struct gcc_base_context *self, member in struct:gcc_base_vtable 126 compilation; that is, after a compile is requested, the
|
| /src/external/gpl3/gcc/dist/include/ |
| gcc-interface.h | 51 compile. */ 79 /* Set the file name of the program to compile. The string is 94 compile method. GCC_FE_VERSION_0 version verbose parameter has 120 int /* bool */ (*compile) (struct gcc_base_context *self, member in struct:gcc_base_vtable 126 compilation; that is, after a compile is requested, the
|
| /src/external/gpl3/gcc.old/dist/include/ |
| gcc-interface.h | 51 compile. */ 79 /* Set the file name of the program to compile. The string is 94 compile method. GCC_FE_VERSION_0 version verbose parameter has 120 int /* bool */ (*compile) (struct gcc_base_context *self, member in struct:gcc_base_vtable 126 compilation; that is, after a compile is requested, the
|
| /src/external/gpl3/gdb/dist/include/ |
| gcc-interface.h | 51 compile. */ 79 /* Set the file name of the program to compile. The string is 94 compile method. GCC_FE_VERSION_0 version verbose parameter has 120 int /* bool */ (*compile) (struct gcc_base_context *self, member in struct:gcc_base_vtable 126 compilation; that is, after a compile is requested, the
|
| /src/external/gpl3/gdb.old/dist/include/ |
| gcc-interface.h | 51 compile. */ 79 /* Set the file name of the program to compile. The string is 94 compile method. GCC_FE_VERSION_0 version verbose parameter has 120 int /* bool */ (*compile) (struct gcc_base_context *self, member in struct:gcc_base_vtable 126 compilation; that is, after a compile is requested, the
|
| /src/sys/external/bsd/sljit/dist/doc/tutorial/ |
| brainfuck.c | 136 /* compile bf source to a void func() */ 137 static void *compile(FILE *src, unsigned long *lcode) function 247 code = compile(fp, NULL); 251 fprintf(stderr, "[Fatal]: Compile failed\n");
|
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| compiler.py | 161 def compile(self, source_files, out=None, flags=[], cwd=None): member in class:CXXCompiler 208 cc_cmd, cc_stdout, cc_stderr, rc = self.compile( 247 cmd, out, err, rc = self.compile(os.devnull, out=os.devnull,
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-script.h | 20 #include "compile/compile.h" 97 compile; member in union:command_line::__anon17817
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-script.h | 20 #include "compile/compile.h" 97 compile; member in union:command_line::__anon20556
|
| /src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| LTOCodeGenerator.cpp | 309 std::unique_ptr<MemoryBuffer> LTOCodeGenerator::compile() { function in class:LTOCodeGenerator
|
| /src/external/bsd/file/dist/python/ |
| magic.py | 211 def compile(self, dbs): member in class:Magic 213 Compile entries in the colon separated list of database files
|
| /src/bin/ksh/ |
| syn.c | 793 compile(s) function
|
| /src/external/gpl2/texinfo/dist/info/ |
| infokey.c | 3 /* infokey.c -- compile ~/.infokey to ~/.info. 75 static int compile (FILE *fp, const char *filename, struct sect *sections); 209 /* Compile the input file to its verious sections, then write the 212 if (compile (inf, input_filename, sections)) 385 /* Compile the input file into its various sections. Return true if no 389 compile (FILE *fp, const char *filename, struct sect *sections) 914 Compile infokey source file to infokey file. Reads INPUT-FILE (default\n\ 387 compile (FILE *fp, const char *filename, struct sect *sections) function
|
| /src/usr.bin/sed/ |
| compile.c | 1 /* $NetBSD: compile.c,v 1.55 2025/06/03 19:02:29 martin Exp $ */ 41 __RCSID("$NetBSD: compile.c,v 1.55 2025/06/03 19:02:29 martin Exp $"); 43 __FBSDID("$FreeBSD: head/usr.bin/sed/compile.c 259132 2013-12-09 18:57:20Z eadler $"); 47 static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; 139 * Compile the program into prog. 143 compile(void) function 334 /* Compile RE with no case sensitivity temporarily */ 608 * Compile the substitution string of a regular expression and set res to 705 * Compile the flags of the s command 789 * Compile a translation set of strings into a lookup table [all...] |
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile.c | 1 /* General Compile and inject code 29 #include "compile.h" 30 #include "compile-internal.h" 31 #include "compile-object-load.h" 32 #include "compile-object-run.h" 56 /* Hold "compile" commands. */ 60 /* Debug flag for "compile" commands. */ 64 /* See compile-internal.h. */ 79 /* See compile-internal.h. */ 92 /* See compile-internal.h. * 809 compile_instance::compile (const char *filename, int verbose_level) function in class:compile_instance [all...] |
| /src/external/gpl3/binutils/dist/bfd/doc/ |
| chew.c | 1333 compile (char *string) function 1346 /* Compile a word and add to dictionary. */ 1590 compile (b.ptr);
|
| /src/external/gpl3/binutils.old/dist/bfd/doc/ |
| chew.c | 1333 compile (char *string) function 1346 /* Compile a word and add to dictionary. */ 1590 compile (b.ptr);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cgraphunit.cc | 60 - compile 65 stages (compile time, linktime analysis and parallel linktime as 68 Compile time: 101 Compile time and or linktime analysis stage (WPA): 112 Compile time and/or parallel linktime stage (ltrans) 442 /* DECL has been parsed. Take it, queue it, compile it at the whim of the 445 a new GC context, or just not compile right now. */ 1239 See gcc.c-torture/compile/20011119-1.c */ 1802 /* We ought to not compile any inline clones. */ 2313 symbol_table::compile (void function in class:symbol_table [all...] |