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

  /src/usr.bin/m4/
main.c 674 char *etp = tp+MAXTOK; local
679 while ((isalnum(c = gpbc()) || c == '_') && tp < etp)
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 305 etfs_find(const char *key, struct etfs **etp, bool forceprefix)
315 if (etp)
316 *etp = et;
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-tdep.c 3333 is_float_or_hfa_type_recurse (struct type *t, struct type **etp)
3338 if (*etp)
3339 return (*etp)->length () == t->length ();
3342 *etp = t;
3349 etp);
3357 (check_typedef (t->field (i).type ()), etp))
  /src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c 3333 is_float_or_hfa_type_recurse (struct type *t, struct type **etp)
3338 if (*etp)
3339 return (*etp)->length () == t->length ();
3342 *etp = t;
3349 etp);
3357 (check_typedef (t->field (i).type ()), etp))

Completed in 27 milliseconds