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

  /src/games/adventure/
hdr.h 110 int tloc; /* n in writeup (newloc % 1000) */ member in struct:travlist
  /src/usr.sbin/sysinst/
run.c 118 time_t tloc; local
120 (void)time(&tloc);
122 fprintf(logfp, "Log ended at: %s\n", safectime(&tloc));
130 "Log started at: %s\n", safectime(&tloc));
150 time_t tloc; local
152 (void)time(&tloc);
155 safectime(&tloc));
164 safectime(&tloc));
main.c 570 time_t tloc; local
572 (void)time(&tloc);
586 fprintf(logfp, "Log ended at: %s\n", safectime(&tloc));
592 fprintf(script, "# Script ended at: %s\n", safectime(&tloc));
  /src/external/bsd/ntp/dist/ntpd/
refclock_bancomm.c 417 time_t tloc; local
438 time(&tloc);
439 tadr = gmtime(&tloc);
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 161 location_t tloc = EXPR_LOCATION (t); local
162 return tloc == UNKNOWN_LOCATION ? loc : tloc;
dwarf2out.cc 24095 rtx tloc = NULL_RTX, tlocc = NULL_RTX;
24132 tloc = XEXP (XEXP (arg, 0), 1);
24201 && (ca_loc->symbol_ref || tloc))
24203 if (die != NULL && (tloc != NULL_RTX || tlocc != NULL_RTX))
24207 if (tloc != NULL_RTX)
24208 tval = mem_loc_descriptor (tloc,
24209 GET_MODE (tloc) == VOIDmode
24210 ? Pmode : GET_MODE (tloc),
24077 rtx tloc = NULL_RTX, tlocc = NULL_RTX; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 10709 location_t tloc = c_parser_peek_token (parser)->location;
10713 expr = convert_lvalue_to_rvalue (tloc, expr, true, false);
10707 location_t tloc = c_parser_peek_token (parser)->location; local
c-typeck.cc 11475 location_t tloc;
11478 tloc = EXPR_HAS_LOCATION (t) ? EXPR_LOCATION (t) : loc;
11479 emit_side_effect_warnings (tloc, t);
11440 location_t tloc; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 13928 location_t tloc = declspecs->locations[ds_type_spec];
13930 error_at (tloc, "invalid use of template-name %qE without an "
13934 error_at (tloc, "non-static data member declared with "
13913 location_t tloc = declspecs->locations[ds_type_spec]; local

Completed in 107 milliseconds