Searched refs:fcall (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/apache-793/httpd/support/
H A Dcheck_forensic37 create_temp fcall
/macosx-10.10/uucp-11/uucp/
H A Duuchk.c47 static void ukshow_size P((struct uuconf_timespan *q, boolean fcall,
397 boolean fcall, fcalled;
409 fcall = qsys->uuconf_fcall;
411 fcall = FALSE;
416 if (! fcall && ! fcalled)
422 if (fcall)
451 if (fcall)
651 if (fcall && qsys->uuconf_csuccess_wait != 0)
667 if (fcall)
678 if (fcall)
392 boolean fcall, fcalled; local
[all...]
H A Duucico.c134 static boolean fcall P((pointer puuconf, const char *zconfig, boolean fuuxqt,
531 fret = fcall (puuconf, zconfig, fuuxqt, &sLocked_system, qport,
615 if (! fcall (puuconf, zconfig, fuuxqt, &sLocked_system,
876 fcall (puuconf, zconfig, fuuxqt, qorigsys, qport, fifwork, fforce, fdetach,
874 fcall (puuconf, zconfig, fuuxqt, qorigsys, qport, fifwork, fforce, fdetach, function
/macosx-10.10/swig-12/Source/Swig/
H A Dcwrap.c259 String *fcall; local
261 fcall = NewStringEmpty();
268 Printf(fcall, "%s = (%s) &", name, lstr);
273 Printf(fcall, "%s = ", name);
280 Printf(fcall, "%s = (%s)", name, lstr);
287 Append(fcall, decl);
293 Append(fcall, ";");
296 return fcall;
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.y765 %type <val> expr_value arg_value primary_value fcall
1369 fcall : operation label
1379 command : fcall command_args %prec tLOWEST
1388 | fcall command_args cmd_brace_block
2585 $$ = method_arg(dispatch1(fcall, $1), arg_new());
2735 | fcall brace_block
2741 $$ = method_arg(dispatch1(fcall, $1), arg_new());
3583 method_call : fcall paren_args
3589 $$ = method_arg(dispatch1(fcall, $1), $2);
/macosx-10.10/ruby-106/ruby/
H A Dparse.y765 %type <node> expr_value arg_value primary_value fcall
1369 fcall : operation label
1379 command : fcall command_args %prec tLOWEST
1388 | fcall command_args cmd_brace_block
2585 $$ = method_arg(dispatch1(fcall, $1), arg_new());
2735 | fcall brace_block
2741 $$ = method_arg(dispatch1(fcall, $1), arg_new());
3583 method_call : fcall paren_args
3589 $$ = method_arg(dispatch1(fcall, $1), $2);
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.c46 #define LOOP_CHECK(fcall) { r=fcall; if (r != LIBUSB_SUCCESS) continue; }

Completed in 195 milliseconds