HomeSort by: relevance | last modified time | path
    Searched defs:status_f (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tsin_cos.c 643 int status_f, status; local
652 status_f = mpfr_sincos_fast (svalf, NULL, val, MPFR_RNDN);
654 if (! mpfr_equal_p (svalf, sval) || VSIGN (status_f) != VSIGN (status))
661 printf ("status_f = %d, status = %d\n", status_f, status);
  /src/sbin/ifconfig/
ifconfig.c 1272 status_func_t *status_f; local
1334 SIMPLEQ_FOREACH(status_f, &status_funcs, f_next)
1335 (*status_f->f_func)(env, oenv);
  /src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c 826 int status_f = (what == IP_STATUS || what == IP_ALL); local
940 if (status_f)
  /src/external/gpl3/gdb/dist/gdb/
linux-tdep.c 841 int status_f = (what == IP_STATUS || what == IP_ALL); local
955 if (status_f)

Completed in 20 milliseconds