Searched defs:saveid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c461 unsigned char saveid[IDLEN]; local
486 (void) memset(saveid, i, IDLEN);
493 (void) memcpy(saveid, utp->ut_id, IDLEN);
512 if (allocid(utmp->ut_id, saveid)) {
593 * saveid - last id matching pattern for a non-dead process
596 allocid(char *srcid, unsigned char *saveid) argument
615 copyid[i] = saveid[i];
620 if (!changed && (saveid[i] < MAXVAL)) {
629 while (++saveid[i] < MAXVAL) {
631 if (isalnum(saveid[
[all...]
H A Dgetutx.c994 * saveid - last id matching pattern for a non-dead process
997 allocid(char *srcid, unsigned char *saveid) argument
1019 copyid[i] = saveid[i];
1025 if (!changed && (saveid[i] < MAXVAL)) {
1035 while (++saveid[i] < MAXVAL) {
1039 if (isalnum(saveid[i])) {
1040 copyid[i] = saveid[i];
1055 saveid[i] = 0;
1056 while (!isalnum(saveid[i]))
1057 saveid[
1149 unsigned char saveid[IDLEN]; /* the last id we matched that was */ local
[all...]

Completed in 48 milliseconds