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

/freebsd-10.1-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.1-release/libexec/ftpd/
H A Dftpd.c2716 char who_name[NI_MAXHOST];
2721 who_name, sizeof(who_name) - 1, NULL, 0, NI_NUMERICHOST))
2722 *who_name = 0;
2723 who_name[sizeof(who_name) - 1] = 0;
2741 remotehost, who_name, hostname);
2745 remotehost, who_name);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4030 const char *who_name; /* id */ member in struct:who_perm
4135 res = strncmp(l->who_perm.who_name, r->who_perm.who_name,
4241 who_perm->who_name = name;
5016 const char *who_name = who_node->who_perm.who_name; local
5026 if (who_name == NULL || strnlen(who_name, 1) == 0)
5029 (void) printf("\t%s ", who_name);
5058 const char *who_name local
[all...]

Completed in 116 milliseconds