HomeSort by: relevance | last modified time | path
    Searched defs:altid (Results 1 - 3 of 3) sorted by relevancy

  /src/regress/sys/kern/getcwd/
getcwd.c 115 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) {
  /src/external/gpl3/gdb/dist/gdb/
remote.c 3616 unsigned char *altid;
3618 altid = (unsigned char *) id;
3621 pkt = pack_hex_byte (pkt, *altid++);
3613 unsigned char *altid; local
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 3592 unsigned char *altid;
3594 altid = (unsigned char *) id;
3597 pkt = pack_hex_byte (pkt, *altid++);
3589 unsigned char *altid; local

Completed in 43 milliseconds