Searched refs:hnameptr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c984 char hname[1024], *hnameptr; local in function:set_font_authorizations
1000 hnameptr = ai->ai_canonname;
1002 hnameptr = hname;
1007 hnameptr = hname;
1009 hnameptr = host->h_name;
1012 len = strlen(hnameptr) + 1;
1023 memmove(p, hnameptr, len);
/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c1088 char hname[1024], *hnameptr; local in function:set_font_authorizations
1106 hnameptr = ai->ai_canonname;
1109 hnameptr = hname;
1114 hnameptr = hname;
1116 hnameptr = host->h_name;
1119 len = strlen(hnameptr) + 1;
1130 memmove(p, hnameptr, len);

Completed in 6 milliseconds