Searched refs:who_name (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/tcsh/
H A Dtc.who.c142 char who_name[UTNAMLEN + 1]; member in struct:who
347 else if (strncmp(utmp.ut_name, wp->who_name, UTNAMLEN) == 0) {
366 if (wp->who_name[0] == '\0')
434 !Gmatch(str2short(wp->who_name), vp[0]) &&
448 (wp->who_name[0] != '\0')) {
451 wp->who_name[0] = '\0';
458 (void) strcpy(wp->who_name, wp->who_new);
465 (void) strcpy(wp->who_name, wp->who_new);
482 xprintf("%s/%s -> ", a->who_name, a->who_tty);
493 xprintf("%s/%s -> ", a->who_name,
[all...]
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c2718 char who_name[NI_MAXHOST];
2723 who_name, sizeof(who_name) - 1, NULL, 0, NI_NUMERICHOST))
2724 *who_name = 0;
2725 who_name[sizeof(who_name) - 1] = 0;
2743 remotehost, who_name, hostname);
2747 remotehost, who_name);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3925 const char *who_name; /* id */ member in struct:who_perm
4030 res = strncmp(l->who_perm.who_name, r->who_perm.who_name,
4136 who_perm->who_name = name;
4911 const char *who_name = who_node->who_perm.who_name; local
4921 if (who_name == NULL || strnlen(who_name, 1) == 0)
4924 (void) printf("\t%s ", who_name);
4953 const char *who_name local
[all...]

Completed in 142 milliseconds