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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsint.h79 #define userNames DPSglobals->guserNames macro
H A Ddpsclient.c673 DPSPrintf(ctxt, "%d /%s defineusername\n", i, userNames[i]);
2292 return (char *) userNames[index];
2310 userNames = (char **)DPScalloc(sizeof(char *), USERNAMEDICTLENGTH);
2347 t[j] = userNames[j];
2349 free(userNames);
2350 userNames = t;
2353 userNames[globLastNameIndex] = n;

Completed in 18 milliseconds