Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.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/libexec/ftpd/
H A Dftpd.c2691 char who_name[NI_MAXHOST]; in dolog() local
2696 who_name, sizeof(who_name) - 1, NULL, 0, NI_NUMERICHOST)) in dolog()
2697 *who_name = 0; in dolog()
2698 who_name[sizeof(who_name) - 1] = 0; in dolog()
2716 remotehost, who_name, hostname); in dolog()
2720 remotehost, who_name); in dolog()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5377 const char *who_name; /* id */ member
5490 res = strncmp(l->who_perm.who_name, r->who_perm.who_name, in who_perm_compare()
5596 who_perm->who_name = name; in who_perm_init()
6420 const char *who_name = who_node->who_perm.who_name; in print_set_creat_perms() local
6430 if (who_name == NULL || strnlen(who_name, 1) == 0) in print_set_creat_perms()
6433 (void) printf("\t%s ", who_name); in print_set_creat_perms()
6462 const char *who_name = who_node->who_perm.who_name; in print_uge_deleg_perms() local
6489 who_name = nice_who_name; in print_uge_deleg_perms()
6495 who_name = nice_who_name; in print_uge_deleg_perms()
6500 who_name = NULL; in print_uge_deleg_perms()
[all …]