Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc26 * This symbol, if defined, indicates that the alarm routine is
38 * This symbol, if defined, indicates that the chown routine is
44 * This symbol, if defined, indicates that the chroot routine is
50 * This symbol, if defined, indicates that the chsize routine is available
51 * to truncate files. You might need a -lx to get this routine.
56 * This symbol, if defined, indicates that the crypt routine is available
62 * This symbol, if defined, indicates that the ctermid routine is
68 * This symbol, if defined, indicates that the cuserid routine is
74 * This symbol, if defined, indicates that the difftime routine is
80 * This symbol, if defined, indicates that the dlerror routine i
[all...]
H A Dconfig_H.vc26 * This symbol, if defined, indicates that the alarm routine is
38 * This symbol, if defined, indicates that the chown routine is
44 * This symbol, if defined, indicates that the chroot routine is
50 * This symbol, if defined, indicates that the chsize routine is available
51 * to truncate files. You might need a -lx to get this routine.
56 * This symbol, if defined, indicates that the crypt routine is available
62 * This symbol, if defined, indicates that the ctermid routine is
68 * This symbol, if defined, indicates that the cuserid routine is
74 * This symbol, if defined, indicates that the difftime routine is
80 * This symbol, if defined, indicates that the dlerror routine i
[all...]
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Ddiag.t55 "(?<routine>ckWARN(?:\\d+)?reg\\w*|vWARN\\d+|$regcomp_fail_re)";
58 "(?<routine>\\bDIE\\b|$function_re)";
367 my ($name, $category, $routine, $wrapper);
370 ($name, $category, $routine, $wrapper, $version_string) =
371 ($+{'text'}, $+{'category'}, $+{'routine'}, $+{'wrapper'}, $+{'version_string'});
374 $routine = "Perl_warner" if $wrapper=~/WARN/;
375 $routine = "yyerror" if $wrapper=~/DIE/;
377 if ($routine=~/^deprecate/) {
384 # diag(Dumper(\%+,{category=>$category, routine=>$routine, nam
[all...]
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample30 * This symbol, if defined, indicates that the aintl routine is
36 * This symbol, if defined, indicates that the alarm routine is
54 * This symbol, if defined, indicates that the chown routine is
60 * This symbol, if defined, indicates that the chroot routine is
66 * This symbol, if defined, indicates that the chsize routine is available
67 * to truncate files. You might need a -lx to get this routine.
72 * This symbol, if defined, indicates that the cuserid routine is
78 * This symbol, if defined, indicates that the difftime routine is
84 * This symbol, if defined, indicates that the dlerror routine is
91 * This symbol, if defined, indicates that the dup2 routine is
[all …]
H A Dconfig.plan9105 * This symbol, if defined, indicates that the aintl routine is
111 * This symbol, if defined, indicates that the alarm routine is
129 * This symbol, if defined, indicates that the chown routine is
135 * This symbol, if defined, indicates that the chroot routine is
141 * This symbol, if defined, indicates that the chsize routine is available
142 * to truncate files. You might need a -lx to get this routine.
147 * This symbol, if defined, indicates that the cuserid routine is
153 * This symbol, if defined, indicates that the difftime routine is
159 * This symbol, if defined, indicates that the dlerror routine is
166 * This symbol, if defined, indicates that the dup2 routine is
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dhash.texi7 currently no routine to delete an string from a hash table.
152 @subsubsection Write the derived creation routine
153 You must write a routine which will create and initialize an
154 entry in the hash table. This routine is passed as the
158 hash table you are creating, this routine must be written in a
161 The first argument to the creation routine is a pointer to a
163 routine should allocate the right amount of space. Otherwise
167 After allocating space, the creation routine must call the
168 creation routine of the hash table type it is derived from,
172 Finally the creation routine must initialize any local fields
[all …]
H A Dlinker.texi10 The first routine creates a hash table used by the other
11 routines. The second routine adds the symbols from an object
12 file to the hash table. The third routine takes all the
20 The second routine and third routines are passed a pointer to
24 first routine) and a set of callback functions to the linker
117 The @code{_bfd_final_link} routine must be prepared to handle a
133 When the @code{_bfd_link_add_symbols} routine is passed an object
138 @code{_bfd_link_add_symbols} routine is responsible for reading
142 The @code{_bfd_link_add_symbols} routine should not use
144 providing this routine is to avoid the overhead of converting
[all …]
H A Dinit.texi14 This routine must be called before any other BFD function to
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dhash.texi7 currently no routine to delete an string from a hash table.
148 @subsubsection Write the derived creation routine
149 You must write a routine which will create and initialize an
150 entry in the hash table. This routine is passed as the
154 hash table you are creating, this routine must be written in a
157 The first argument to the creation routine is a pointer to a
159 routine should allocate the right amount of space. Otherwise
163 After allocating space, the creation routine must call the
164 creation routine of the hash table type it is derived from,
168 Finally the creation routine must initialize any local fields
[all …]
H A Dlinker.texi10 The first routine creates a hash table used by the other
11 routines. The second routine adds the symbols from an object
12 file to the hash table. The third routine takes all the
20 The second routine and third routines are passed a pointer to
24 first routine) and a set of callback functions to the linker
117 The @code{_bfd_final_link} routine must be prepared to handle a
133 When the @code{_bfd_link_add_symbols} routine is passed an object
138 @code{_bfd_link_add_symbols} routine is responsible for reading
142 The @code{_bfd_link_add_symbols} routine should not use
144 providing this routine is to avoid the overhead of converting
[all …]
H A Dinit.texi11 This routine must be called before any other BFD function to
/openbsd-src/sys/kern/
H A Dsubr_userconf.c781 userconf_common_attr_val(short attr, long *val, char routine) in userconf_common_attr_val() argument
802 switch (routine) { in userconf_common_attr_val()
814 routine); in userconf_common_attr_val()
874 userconf_common_dev(char *dev, int len, short unit, short state, char routine) in userconf_common_dev() argument
878 switch (routine) { in userconf_common_dev()
907 switch (routine) { in userconf_common_dev()
922 routine); in userconf_common_dev()
933 switch(routine) { in userconf_common_dev()
947 printf("Unknown pseudo routine /%c/\n",routine); in userconf_common_dev()
953 switch (routine) { in userconf_common_dev()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dpthreads.c44 routine (void *arg) in routine() function
69 if (pthread_create (&tid, PTHREAD_CREATE_NULL_ARG2, routine, (void *) 0xfeedface)) in create_thread()
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/
H A DMyconst2perl.pm190 @perlfile, %perlcode, @cfile, %ccode, $routine );
202 SUBROUTINE => \$routine,
226 if( $routine ) {
227 print "/* See start of $routine() for generation parameters used */\n";
262 print "void\n$routine( void )\n";
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-crt3.c390 struct one_atexit_routine * routine = routine_param; in cxa_atexit_wrapper() local
404 if (routine->has_arg) in cxa_atexit_wrapper()
405 routine->callback.cac (routine->arg); in cxa_atexit_wrapper()
407 routine->callback.ac (); in cxa_atexit_wrapper()
/openbsd-src/usr.sbin/config/
H A Dukcutil.c752 common_attr_val(short attr, int *val, char routine) in common_attr_val() argument
775 switch (routine) { in common_attr_val()
787 routine); in common_attr_val()
852 common_dev(char *dev, int len, short unit, short state, char routine) in common_dev() argument
858 switch (routine) { in common_dev()
891 switch (routine) { in common_dev()
906 routine); in common_dev()
919 switch (routine) { in common_dev()
934 routine); in common_dev()
941 switch (routine) { in common_dev()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dt-alpha1 # This is a support routine for longlong.h, used by libgcc2.c.
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dt-alpha1 # This is a support routine for longlong.h, used by libgcc2.c.
/openbsd-src/gnu/usr.bin/perl/lib/
H A DCORE.pod57 To override a Perl built-in routine with your own version, you need to
76 The new routine will be called whenever a built-in function is called
81 In both cases, if you want access to the original, unaltered routine, use
/openbsd-src/gnu/usr.bin/perl/t/run/
H A Dswitchd.t137 qr/^No DB::DB routine defined/,
146 qr/^No DB::DB routine defined/,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dunwind.inc27 Unwind the stack calling the personality routine to find both the
54 /* Unwind successful. Run the personality routine, if any. */
87 /* Phase 1: Search. Unwind the stack, calling the personality routine
106 /* Unwind successful. Run the personality routine, if any. */
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRISCVAttributeParser.h19 Error (RISCVAttributeParser::*routine)(unsigned);
H A DCSKYAttributeParser.h19 Error (CSKYAttributeParser::*routine)(unsigned);
/openbsd-src/gnu/gcc/gcc/
H A Dunwind.inc36 Unwind the stack calling the personality routine to find both the
63 /* Unwind successful. Run the personality routine, if any. */
95 /* Phase 1: Search. Unwind the stack, calling the personality routine
114 /* Unwind successful. Run the personality routine, if any. */
/openbsd-src/sys/arch/alpha/stand/nboot/
H A Dprom.c47 prom_dispatch_v.routine = c->crb_v_dispatch->entry_va; in init_prom_calls()

12345678910>>...17