Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/tcsh/
HDtc.who.c140 char who_name[UTNAMLEN + 1]; member
328 else if (strncmp(utmp.ut_name, wp->who_name, UTNAMLEN) == 0) {
347 if (wp->who_name[0] == '\0')
415 !Gmatch(str2short(wp->who_name), vp[0]) &&
429 (wp->who_name[0] != '\0')) {
432 wp->who_name[0] = '\0';
439 (void) strcpy(wp->who_name, wp->who_new);
446 (void) strcpy(wp->who_name, wp->who_new);
463 xprintf("%s/%s -> ", a->who_name, a->who_tty);
474 xprintf("%s/%s -> ", a->who_name, a->who_tty);
[all …]
/freebsd-13-stable/libexec/ftpd/
HDftpd.c2732 char who_name[NI_MAXHOST]; in dolog() local
2737 who_name, sizeof(who_name) - 1, NULL, 0, NI_NUMERICHOST)) in dolog()
2738 *who_name = 0; in dolog()
2739 who_name[sizeof(who_name) - 1] = 0; in dolog()
2757 remotehost, who_name, hostname); in dolog()
2761 remotehost, who_name); in dolog()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c5046 const char *who_name; /* id */ member
5159 res = strncmp(l->who_perm.who_name, r->who_perm.who_name, in who_perm_compare()
5265 who_perm->who_name = name; in who_perm_init()
6089 const char *who_name = who_node->who_perm.who_name; in print_set_creat_perms() local
6099 if (who_name == NULL || strnlen(who_name, 1) == 0) in print_set_creat_perms()
6102 (void) printf("\t%s ", who_name); in print_set_creat_perms()
6131 const char *who_name = who_node->who_perm.who_name; in print_uge_deleg_perms() local
6158 who_name = nice_who_name; in print_uge_deleg_perms()
6164 who_name = nice_who_name; in print_uge_deleg_perms()
6169 who_name = NULL; in print_uge_deleg_perms()
[all …]