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

  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.c 188 struct utsname utn; local
192 if (uname(&utn) == -1)
195 l = snprintf(p, len, "%s-%s:%s-%s:%s", PACKAGE, VERSION, utn.sysname,
196 utn.release, utn.machine);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.d 2349 Type utn = tn.unqualify(m);
2350 if (utn != tn)
2353 t = utn.pointerTo();
2355 t = utn.arrayOf();
2357 t = new TypeSArray(utn, (cast(TypeSArray)this).dim);
2360 t = new TypeAArray(utn, (cast(TypeAArray)this).index);

Completed in 22 milliseconds