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

  /src/sys/kern/
kern_sdt.c 100 struct sdt_argtype * const * argtype; local in function:sdt_probe_stub
109 __link_set_foreach(argtype, sdt_argtypes_set)
110 printf("%s ", (*argtype)->type);
  /src/usr.bin/xlint/common/
tyname.c 178 const type_t **argtype;
180 argtype = tp->t_args;
181 if (*argtype == NULL)
183 for (; *argtype != NULL; argtype++) {
185 buf_add(buf, type_name(*argtype));
  /src/tests/lib/libcurses/director/
testlang_parse.y 562 add_to_vals(data_enum_t argtype, void *arg)
583 switch (argtype) {

Completed in 13 milliseconds