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

  /xsrc/external/mit/xorg-server/dist/os/
access.c 936 char lhostname[120], ohostname[120]; local
937 char *hostname = ohostname;
978 while (fgets(ohostname, sizeof(ohostname), fd)) {
980 if (*ohostname == '#')
982 if ((ptr = strchr(ohostname, '\n')) != 0)
984 hostlen = strlen(ohostname) + 1;
986 lhostname[i] = tolower(ohostname[i]);
987 hostname = ohostname;
996 hostname = ohostname + 5
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
access.c 867 char lhostname[120], ohostname[120]; local
868 char *hostname = ohostname;
911 while (fgets (ohostname, sizeof (ohostname), fd))
914 if (*ohostname == '#')
916 if ((ptr = strchr(ohostname, '\n')) != 0)
918 hostlen = strlen(ohostname) + 1;
920 lhostname[i] = tolower(ohostname[i]);
921 hostname = ohostname;
932 hostname = ohostname + 5
    [all...]

Completed in 25 milliseconds