Searched refs:uid (Results 201 - 225 of 461) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h32 Variable(lldb::user_id_t uid, const char *name, const char *mangled,
H A DSymbol.h129 void SetID(uint32_t uid) { m_uid = uid; } argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h92 GetDeclContextForUID(lldb::user_id_t uid) override;
94 GetDeclContextContainingUID(lldb::user_id_t uid) override;
211 static uint32_t GetOSOIndexFromUserID(lldb::user_id_t uid) { argument
212 return (uint32_t)((uid >> 32ull) - 1ull);
H A DSymbolFileDWARF.h152 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
155 GetDeclContextForUID(lldb::user_id_t uid) override;
158 GetDeclContextContainingUID(lldb::user_id_t uid) override;
266 DWARFDIE GetDIE(lldb::user_id_t uid);
528 std::optional<DecodedUID> DecodeUID(lldb::user_id_t uid);
/openbsd-current/usr.bin/tmux/
H A Dproc.c58 uid_t uid; member in struct:tmuxpeer
312 if (getpeereid(fd, &peer->uid, &gid) != 0)
313 peer->uid = (uid_t)-1;
380 return (peer->uid);
H A Dtmux.c196 uid_t uid; local
201 uid = getuid();
213 xasprintf(&base, "%s/tmux-%ld", path, (long)uid);
229 if (sb.st_uid != uid || (sb.st_mode & S_IRWXO) != 0) {
/openbsd-current/usr.sbin/nsd/
H A Dnsd.c105 " -u user Change effective uid to the specified user.\n"
727 if (chown(nsd->pidfile, nsd->uid, nsd->gid) == -1) {
729 (unsigned) nsd->uid, (unsigned) nsd->gid,
1409 /* Parse the username into uid and gid */
1411 nsd.uid = getuid();
1413 /* Parse the username into uid and gid */
1417 nsd.uid = strtol(nsd.username, &t, 10);
1420 error("-u user or -u uid or -u uid.gid");
1425 if ((pwd = getpwuid(nsd.uid))
[all...]
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pm238 if (defined $state->{uid}) {
239 $self->{uid} = $state->{uid};
1142 my ($name, $uid, $group, $loginclass, $comment, $home, $shell) =
1144 bless { name => $name, uid => $uid, group => $group,
1151 my $uid = $self->{uid};
1152 $uid =~ s/^\!//;
1153 $state->{owners}{$self->{name}} = $uid;
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm50 uid => '$', # pwent[2]
145 $pw_uid = $pwob->uid ( $_[2] );
193 if ( $pw->uid == 1 && $pw->dir =~ m#^/(bin|tmp)?\z#s ) {
215 if (pw_has("name uid gid passwd")) { .... }
225 C<passwd>, C<uid>, C<gid>, C<change>, C<age>, C<quota>, C<comment>,
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.c536 Uid_t uid; local
553 uid = (Uid_t)va_arg(ap, int);
555 uid = va_arg(ap, Uid_t);
557 retptr = getpwuid(uid); break;
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1301 StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid);
1322 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) argument
1323 : StopHook(target_sp, uid) {}
1350 StopHookScripted(lldb::TargetSP target_sp, lldb::user_id_t uid) argument
1351 : StopHook(target_sp, uid) {}
1363 void UndoCreateStopHook(lldb::user_id_t uid);
1379 bool RemoveStopHookByID(lldb::user_id_t uid);
1383 StopHookSP GetStopHookByID(lldb::user_id_t uid);
1385 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra-build.c233 int uid = INSN_UID (insn); local
239 if (copy_cache[uid].seen)
242 if (copy_cache[uid].seen == 1)
245 *source = copy_cache[uid].source;
247 *target = copy_cache[uid].target;
254 copy_cache[uid].seen = 2;
291 copy_cache[uid].seen = 1;
292 copy_cache[uid].source = s;
293 copy_cache[uid].target = d;
719 int uid local
873 unsigned int uid = INSN_UID (insn); local
961 int uid = INSN_UID (insn); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp582 uint64_t uid = toOpaqueUid(PdbTypeSymId(ti, false)); local
585 return MakeType(uid, ConstString("std::nullptr_t"), 0, nullptr,
606 return MakeType(uid, ConstString(), pointer_size, nullptr, LLDB_INVALID_UID,
617 return MakeType(uid, ConstString(type_name), size, nullptr, LLDB_INVALID_UID,
773 // decl and just map the forward ref uid to the full decl record.
1031 PdbSymUid uid(comp_unit.GetID());
1032 lldbassert(uid.kind() == PdbSymUidKind::Compiland);
1035 m_index->compilands().GetCompiland(uid.asCompiland().modi);
1047 PdbSymUid uid{comp_unit.GetID()};
1048 lldbassert(uid
2031 GetDeclForUID(lldb::user_id_t uid) argument
2045 GetDeclContextForUID(lldb::user_id_t uid) argument
2063 GetDeclContextContainingUID(lldb::user_id_t uid) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dcgraph.c124 /* Maximal uid used in cgraph nodes. */
186 node->uid = cgraph_max_uid++;
702 fprintf (f, "%s/%i:", cgraph_node_name (node), node->uid);
706 node->global.inlined_to->uid);
710 if (node->master_clone && node->master_clone->uid != node->uid)
711 fprintf (f, "(%i)", node->master_clone->uid);
748 edge->caller->uid);
760 edge->callee->uid);
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dxcoff.h545 char uid[12]; member in struct:xcoff_ar_hdr
583 char uid[12]; member in struct:xcoff_ar_hdr_big
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dxcoff.h545 char uid[12]; member in struct:xcoff_ar_hdr
583 char uid[12]; member in struct:xcoff_ar_hdr_big
/openbsd-current/usr.sbin/adduser/
H A Dadduser.perl106 $uid_start = 1000; # new users get this uid
107 $uid_end = 2147483647; # max. uid
111 %username = (); # $username{username} = uid
112 %uid = (); # $uid{uid} = username
311 print "$p_username already exists with uid: $username{$p_username}!\n"
314 print "User $p_username: uid $p_uid exists twice: $uid{$p_uid}\n"
315 if $uid{
[all...]
/openbsd-current/lib/libc/gen/
H A Dlogin_cap.c585 setusercontext(login_cap_t *lc, struct passwd *pwd, uid_t uid, u_int flags) argument
614 if (uid == -1) {
615 syslog(LOG_ERR, "setusercontext with invalid uid");
671 if (setresuid(uid, uid, uid) == -1) {
673 uid, uid, uid);
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DFile.pm21 uid => 1, # octal A8
94 =item uid
280 my @items = qw[mode uid gid size mtime];
292 if ($hash{uid} > 0x10000) {
293 $hash{uid} = $hash{uid} & 0xFFFF;
328 uname => UNAME->( $hash{uid} ),
356 uid => UID,
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp70 uint32_t uid = UINT32_MAX,
75 if (uid == UINT32_MAX && gid == UINT32_MAX)
80 if (uid != UINT32_MAX)
81 command.Printf("%d", uid);
93 const lldb_private::FileSpec &destination, uint32_t uid,
101 // chown uid:gid dst
115 if (uid == UINT32_MAX && gid == UINT32_MAX)
117 if (chown_file(this, dst_path.c_str(), uid, gid) != 0)
145 // if (chown_file(this,dst_path.c_str(),uid,gid) != 0)
153 return Platform::PutFile(source, destination, uid, gi
92 PutFile(const lldb_private::FileSpec &source, const lldb_private::FileSpec &destination, uint32_t uid, uint32_t gid) argument
[all...]
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBValueList.i100 FindValueObjectByUID (lldb::user_id_t uid);
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DX86RecognizableInstr.h340 /// \param uid The unique ID of the current instruction.
343 InstrUID uid);
351 /// \param uid The unique ID of the instruction.
354 InstrUID uid);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp57 uptr uid = (uptr)arg; local
58 return (tctx->user_id == uid);
/openbsd-current/usr.bin/quota/
H A Dquota.c180 showuid(uid_t uid) argument
182 struct passwd *pwd = getpwuid(uid);
191 if (uid != myuid && myuid != 0) {
192 warnx("%s (uid %u): permission denied", name, uid);
195 showquotas(USRQUOTA, uid, name);
213 warnx("%s (uid %u): permission denied", pwd->pw_name,
/openbsd-current/usr.bin/kdump/
H A Dktrstruct.c182 uidname(int uid) argument
186 if (uid == -1)
189 printf("%u<", (unsigned)uid);
190 if (uid > UID_MAX || (name = user_from_uid(uid, 1)) == NULL)
224 printf("dev=%d, ino=%llu, mode=%s, nlink=%u, uid=",

Completed in 368 milliseconds

1234567891011>>