Searched refs:utmp_len (Results 1 – 1 of 1) sorted by relevance
58 size_t utmp_len = sizeof(remote_hostname) - 1; variable284 utmp_len = (size_t)atoi(optarg); in main()285 if (utmp_len >= sizeof(remote_hostname)) in main()286 utmp_len = sizeof(remote_hostname) - 1; in main()695 if (!isdigit(remote_hostname[0]) && strlen(remote_hostname) > utmp_len) in doit()