Searched refs:altid (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/regress/sys/kern/getcwd/
H A Dgetcwd.c115 static uid_t altid = -1; variable
248 seteuid(altid);
261 seteuid(altid);
490 uid_from_user("nobody", &altid);
515 if (uid_from_user(optarg, &altid) != 0) {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote.c3592 unsigned char *altid;
3594 altid = (unsigned char *) id;
3597 pkt = pack_hex_byte (pkt, *altid++);
3589 unsigned char *altid; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c3271 unsigned char *altid;
3273 altid = (unsigned char *) id;
3276 pkt = pack_hex_byte (pkt, *altid++);
3267 unsigned char *altid; local

Completed in 265 milliseconds