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

/freebsd-10-stable/contrib/tcsh/
H A Dtc.who.c144 char who_name[UTNAMLEN + 1]; member in struct:who
349 else if (strncmp(utmp.ut_name, wp->who_name, UTNAMLEN) == 0) {
368 if (wp->who_name[0] == '\0')
436 !Gmatch(str2short(wp->who_name), vp[0]) &&
450 (wp->who_name[0] != '\0')) {
453 wp->who_name[0] = '\0';
460 (void) strcpy(wp->who_name, wp->who_new);
467 (void) strcpy(wp->who_name, wp->who_new);
484 xprintf("%s/%s -> ", a->who_name, a->who_tty);
495 xprintf("%s/%s -> ", a->who_name,
[all...]
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c2724 char who_name[NI_MAXHOST];
2729 who_name, sizeof(who_name) - 1, NULL, 0, NI_NUMERICHOST))
2730 *who_name = 0;
2731 who_name[sizeof(who_name) - 1] = 0;
2749 remotehost, who_name, hostname);
2753 remotehost, who_name);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4178 const char *who_name; /* id */ member in struct:who_perm
4283 res = strncmp(l->who_perm.who_name, r->who_perm.who_name,
4389 who_perm->who_name = name;
5176 const char *who_name = who_node->who_perm.who_name; local
5186 if (who_name == NULL || strnlen(who_name, 1) == 0)
5189 (void) printf("\t%s ", who_name);
5218 const char *who_name local
[all...]

Completed in 148 milliseconds