HomeSort by: relevance | last modified time | path
    Searched refs:ACTION (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/include/
search.h 36 } ACTION;
62 ENTRY *hsearch(ENTRY, ACTION);
69 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
general.h 655 * If an expression evaluates to false, executes an action, then transfers control to a goto label.
663 * @param ACTION
669 #define mdns_require_action_quiet(EXPRESSION, LABEL, ACTION) \
673 ACTION; \
696 * If an error code is non-zero, executes an action, then transfers control to a goto label.
704 * @param ACTION
710 #define mdns_require_noerr_action_quiet(ERROR, LABEL, ACTION) mdns_require_action_quiet(!(ERROR), LABEL, ACTION)
728 * If an expression evaluates to false, executes an action, then returns.
733 * @param ACTION
    [all...]
DebugServices.h 868 default debugging output method then executes an action and jumps to a label.
875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \
884 { ACTION; } \
919 @abstract Require that an error code is noErr (0) with an action to execute otherwise.
924 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
931 #define require_noerr_action( ERR, LABEL, ACTION ) \
940 { ACTION; } \
950 @abstract Require that an error code is noErr (0) with an action to execute otherwise.
954 If the error code is non-0, this executes an action and jumps to a label. No debugging information is printed.
961 #define require_noerr_action_quiet( ERR, LABEL, ACTION ) \
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp.h 354 * @param ACTION
355 * The extra action to take before go to the EXCEPTION_LABEL label when ASSERTION is not met.
366 #define require_action_quiet(ASSERTION, EXCEPTION_LABEL, ACTION) \
371 ACTION; \
398 * @param ACTION
399 * The extra action to take before go to the EXCEPTION_LABEL label when ASSERTION is not met.
410 #define require_action(ASSERTION, EXCEPTION_LABEL, ACTION) \
415 ACTION; \
424 * Check the required condition, if the required condition is not met, do the ACTION. It is usually used as DEBUG macro.
429 * @param ACTION
    [all...]
  /src/crypto/dist/ipsec-tools/src/libipsec/
policy_parse.y 142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
150 : DIR ACTION
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
  /src/lib/libc/stdlib/
hcreate.c 190 hsearch(ENTRY item, ACTION action)
194 (void)hsearch_r(item, action, &ep, &htable);
199 hsearch_r(ENTRY item, ACTION action, ENTRY **itemp, struct hsearch_data *head)
208 _DIAGASSERT(action == ENTER || action == FIND);
227 } else if (action == FIND) {
  /src/usr.bin/menuc/
scan.l 91 action { return ACTION; }
parse.y 51 action a_value;
55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
64 %type <a_value> action exitact
99 initerror_def : ERROR action ';'
201 | action { cur_optn->optact = $1; }
205 action : ACTION act_opt CODE label
216 | EXPAND action ";" { if (!do_expands) yyerror ("Menu expands "
222 | DISPLAY action ";" { cur_menu->info->postact = $2; }
227 | EXIT action ";" { cur_menu->info->exitact = $2;
    [all...]
  /src/external/bsd/flex/dist/src/
scan.l 131 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
270 <ACTION,CODEBLOCK,ACTION_STRING,PERCENT_BRACE_ACTION,CHARACTER_CONSTANT,COMMENT,CODE_COMMENT>{
580 BEGIN(ACTION);
597 BEGIN(ACTION);
616 BEGIN(ACTION);
617 unput( '\n' ); /* so <ACTION> sees it */
909 <ACTION>"/*" ACTION_ECHO; yy_push_state( CODE_COMMENT );
911 <CODEBLOCK,ACTION>{
938 <ACTION>{
962 \" ACTION_ECHO; BEGIN(ACTION);
    [all...]
  /src/usr.sbin/acpitools/acpidump/
acpidump.h 88 ACTION,
  /src/external/gpl3/gdb.old/dist/sim/microblaze/
interp.c 175 #define INSTRUCTION(NAME, OPCODE, TYPE, ACTION) \
178 ACTION; \
250 #define INSTRUCTION(NAME, OPCODE, TYPE, ACTION) \
252 ACTION; \
  /src/external/gpl3/gdb/dist/sim/microblaze/
interp.c 175 #define INSTRUCTION(NAME, OPCODE, TYPE, ACTION) \
178 ACTION; \
250 #define INSTRUCTION(NAME, OPCODE, TYPE, ACTION) \
252 ACTION; \
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/gpl3/binutils/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/gpl3/binutils.old/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/gpl3/gcc/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/gpl3/gcc.old/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/gpl3/gdb/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/gpl3/gdb.old/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/lgpl3/mpc/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/lgpl3/mpc/dist/build-aux/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/lgpl3/mpfr/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/mit/expat/dist/conftools/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/mit/libuv/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified
    [all...]
  /src/external/mpl/bind/dist/
ar-lib 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
122 func_error "you must specify a program, an action and an archive"
130 func_error "you must specify a program, an action and an archive"
147 action=$1
158 # strip leading dash in $action
159 action=${action#-}
169 while test -n "$action"
171 case $action in
183 func_error "unknown action specified
    [all...]

Completed in 46 milliseconds

1 2