Home
last modified time | relevance | path

Searched defs:uname (Results 1 – 22 of 22) sorted by relevance

/openbsd/lib/libc/gen/
H A Duname.c39 uname(struct utsname *name) in uname() function
H A Dinitgroups.c37 initgroups(const char *uname, gid_t agroup) in initgroups()
H A Dgetgrouplist.c145 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in getgrouplist()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000403-1.c6 uname(name) in uname() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001229-1.c41 char uname[33] = "", tty[38] = "/dev/"; in showinfo() local
/openbsd/libexec/login_token/
H A Dtokendb.h44 char uname[LOGIN_NAME_MAX]; /* user login name */ member
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp184 std::string uname = idn->toString(llvm::ms_demangle::OF_NoTagSpecifier); in CreateDeclInfoForType() local
331 llvm::StringRef uname = specs.back().GetBaseName(); in CreateDeclInfoForUndecoratedName() local
604 std::string uname; in CreateRecordType() local
735 std::string uname = std::string(DropNameScope(udt.Name)); in GetOrCreateTypedefDecl() local
1144 std::string uname; in CreateEnumType() local
1258 std::string uname; in ParseNamespace() local
H A DSymbolFileNativePDB.cpp645 std::string uname = GetUnqualifiedTypeName(record); in CreateClassStructUnion() local
669 std::string uname = GetUnqualifiedTypeName(er); in CreateTagType() local
/openbsd/usr.bin/passwd/
H A Dlocal_passwd.c61 local_passwd(char *uname, int authenticated) in local_passwd()
/openbsd/usr.sbin/cron/
H A Ddatabase.c169 process_crontab(int dfd, const char *uname, const char *fname, in process_crontab()
/openbsd/usr.bin/calendar/
H A Dcalendar.h69 char *uname; member
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPaths.pm43 sub uname($) { '/usr/bin/uname' } subroutine
/openbsd/usr.bin/systat/
H A Dpigs.c258 const char *uname, *pname; in showpigs() local
/openbsd/bin/pax/
H A Dtar.h154 char uname[32]; /* ascii owner name */ member
/openbsd/usr.bin/units/
H A Dunits.c42 char *uname; member
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h318 #define uname win32_uname macro
/openbsd/sys/dev/ic/
H A Dfxp.c1758 const char *uname; member
H A Dpsp.c892 const char *uname; member
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH1632 * uname() routine to derive the host name. See also HAS_GETHOSTNAME function
H A DXSUB.h530 # define uname PerlEnv_uname macro
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1535 #define uname(a) not_here("uname") macro
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3554 TEST(MemorySanitizer, uname) { in TEST() argument