Searched refs:uname (Results 101 - 125 of 248) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/atf/admin/
H A Dcompile53 case `uname -s` in
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_dummy.c52 DUMMY(uname); variable
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_dummy.c53 DUMMY(uname); variable
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dauto114 CURARCH=$( uname -m )
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-disk.sh478 if [ `uname -m` = "powerpc" -o `uname -m` = "powerpc64" ]; then
507 if [ `uname -m` = "powerpc" -o `uname -m` = "powerpc64" ]
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Datf-check_test.sh216 case $(uname) in
336 case $(uname) in
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c169 * filenames, uname and gname to any charsets.
474 const char *uname = NULL, *gname = NULL; local
770 r = get_entry_uname(a, entry_main, &uname, &uname_length, sconv);
774 r = get_entry_uname(a, entry_main, &uname, &uname_length, NULL);
778 "Can't translate uname '%s' to %s", uname,
832 r = get_entry_uname(a, entry_main, &uname, &uname_length, NULL);
943 /* Add 'uname' to pax extended attrs if necessary. */
944 if (uname != NULL) {
945 if (uname_length > 31 || has_non_ASCII(uname)) {
[all...]
H A Darchive_write_set_format_gnutar.c57 const char * uname; member in struct:gnutar
401 r = archive_entry_uname_l(entry, &(gnutar->uname),
412 "Can't translate uname '%s' to %s",
620 p = gnutar->uname;
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dread.c259 if (bsdtar->uname)
260 archive_entry_set_uname(entry, bsdtar->uname);
404 /* Use uname if it's present, else uid. */
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_hash.c173 const unsigned char *uname = (const unsigned char *)name; local
179 val = (u_int)*uname++;
/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcpio.c86 /* Fixed size of uname/gname caches. */
311 /* TODO: owner_parse should return uname/gname
1097 const char *uname, *gname; local
1109 uname = uids;
1113 /* Use uname if it's present, else lookup name from uid. */
1114 uname = archive_entry_uname(entry);
1115 if (uname == NULL)
1116 uname = lookup_uname(cpio, (uid_t)archive_entry_uid(entry));
1153 uname, gname, size, date,
1286 * Lookup uname/gnam
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dmain.c375 const char *uname; local
393 if ((uname = comm_string(community)) == NULL)
399 if ((uname = comm_string(community)) == NULL)
405 uname = pdu->user.sec_name;
420 if (strcmp(uname, vuser->secname) == 0 &&
2748 usm_find_user(uint8_t *engine, uint32_t elen, char *uname) argument
2755 strlen(uuser->suser.sec_name) == strlen(uname) &&
2756 strcmp(uuser->suser.sec_name, uname) == 0)
2795 usm_new_user(uint8_t *eid, uint32_t elen, char *uname) argument
2803 strlen(uname)
2906 vacm_new_user(int32_t smodel, char *uname) argument
[all...]
/freebsd-10.0-release/bin/pax/
H A Dtar.c789 * If we can find the ascii names for gname and uname in the password
797 hd->uname[sizeof(hd->uname) - 1] = '\0';
798 if (uid_name(hd->uname, &(arcn->sb.st_uid)) < 0)
1039 l_strncpy(hd->uname,name_uid(arcn->sb.st_uid, 0),sizeof(hd->uname));
/freebsd-10.0-release/contrib/bmake/
H A Dmake.c486 if (gn->uname == NULL) {
487 gn->uname = gn->name;
492 gn->name = Var_Subst(NULL, gn->uname, pgn, FALSE);
493 if (gn->name && gn->uname && strcmp(gn->name, gn->uname) != 0) {
H A Dbsd.after-import.mk41 HOST_OS!= uname
H A DMakefile99 OS!= uname -s
H A Dmake.h183 char *uname; /* The unexpanded name of a .USE node */ member in struct:GNode
/freebsd-10.0-release/lib/libc/gen/
H A Dgetgrent.c463 const char *uname; local
475 uname = va_arg(ap, const char *);
524 if (strcmp(grp.gr_mem[i], uname) == 0)
655 __getgroupmembership(const char *uname, gid_t agroup, gid_t *groups, argument
664 assert(uname != NULL);
670 defaultsrc, uname, agroup, groups, maxgrp, grpcnt);
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DIRIX.mk6 OS!= uname -s
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dsra.c477 const char *uname; member in struct:cred_t
497 reply[i].resp = COPY_STRING(cred->uname);
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c481 inlist(char *uname, char *cfile) argument
493 if (!strcmp(*u, uname))
/freebsd-10.0-release/contrib/amd/amd/
H A Damd.c266 * kernel architecture: this you must get from uname() if possible.
269 if (uname(&un) >= 0)
/freebsd-10.0-release/contrib/dtc/
H A DMakefile33 HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp140 if (uname(&un) < 0)
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_argv.c316 argv_flt_user(SCR *sp, EXCMD *excp, CHAR_T *uname, size_t ulen) argument
328 INT2CHAR(sp, uname + 1, ulen - 1, np, nlen);
340 CHAR2INT(sp, pw->pw_name, len + 1, uname, ulen);
343 MEMCPY(exp->args[exp->argsoff]->bp + 1, uname, ulen);

Completed in 308 milliseconds

12345678910