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

  /src/sys/arch/arc/isa/
isabus.c 545 static int last_pitch, last_period; local
563 beeping = last_period = period;
  /src/external/bsd/libevent/dist/sample/
http-server.c 117 const char *last_period, *extension; local
119 last_period = strrchr(path, '.');
120 if (!last_period || strchr(last_period, '/'))
122 extension = last_period + 1;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 17959 const char *q, *after_last_slash, *last_period = 0;
17969 last_period = q;
17980 if (q == last_period)
17991 if (last_period == 0)
17924 const char *q, *after_last_slash, *last_period = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 17501 const char *q, *after_last_slash, *last_period = 0;
17511 last_period = q;
17522 if (q == last_period)
17533 if (last_period == 0)
17466 const char *q, *after_last_slash, *last_period = 0; local

Completed in 61 milliseconds