Home
last modified time | relevance | path

Searched refs:user_name (Results 1 – 11 of 11) sorted by relevance

/openbsd/usr.bin/at/
H A Dat.c74 static char user_name[MAX_UNAME];/* invoking user name */ variable
238 mailname = user_name; in writefile()
369 syslog(LOG_INFO, "(%s) CREATE (%s)", user_name, in writefile()
448 syslog(LOG_INFO, "(%s) LIST (%s)", user_name, in list_jobs()
449 user_uid ? user_name : "ALL"); in list_jobs()
697 user_name, dirent->d_name); in process_jobs()
713 user_name, dirent->d_name); in process_jobs()
1017 if (strlcpy(user_name, pw->pw_name, sizeof(user_name)) >= sizeof(user_name)) in main()
/openbsd/usr.sbin/pppd/
H A Dauth.c1328 char *user_name; local
1332 user_name = pw->pw_name;
1335 user_name = struid;
1342 argv[3] = user_name;
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddve3900-rom.c59 char *user_name; /* name used by human when entering field value */ member
531 monitor_printf ("%s %lx ", bf->user_name, newbits); in store_bitmapped_register()
/openbsd/usr.bin/ssh/
H A Dsk-usbhid.c1126 const char *rp_id, *rp_name, *user_name; in read_rks() local
1207 if ((user_name = fido_cred_user_name(cred)) == NULL) in read_rks()
1208 user_name = ""; in read_rks()
1213 "prot 0x%02x", sk->path, rp_id, user_name, in read_rks()
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py100 user_name=getpass.getuser(),
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ppc.c3207 char *user_name; local
3212 user_name = input_line_pointer;
3215 if (strcmp (user_name, ".text") == 0)
3217 else if (strcmp (user_name, ".data") == 0)
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ppc.c3227 char *user_name; local
3232 user_name = input_line_pointer;
3235 if (strcmp (user_name, ".text") == 0)
3237 else if (strcmp (user_name, ".data") == 0)
/openbsd/sys/dev/pci/
H A Dif_qwx_pci.c713 qwx_pcic_get_user_msi_vector(struct qwx_softc *sc, char *user_name, in qwx_pcic_get_user_msi_vector() argument
720 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in qwx_pcic_get_user_msi_vector()
727 user_name, *num_vectors, *user_base_data, in qwx_pcic_get_user_msi_vector()
734 sc->sc_dev.dv_xname, user_name); in qwx_pcic_get_user_msi_vector()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp214 unsigned int user_name : 1; member
232 void *user_name; member
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq9.pod285 my $user_name = getpwuid($<)
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1387 bool CommandInterpreter::RemoveUser(llvm::StringRef user_name) { in RemoveUser() argument
1389 m_user_dict.find(std::string(user_name)); in RemoveUser()