HomeSort by: relevance | last modified time | path
    Searched defs:askname (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.main.c 264 askname();
265 plnamesuffix(); /* strip suffix from name; calls askname() */
495 * explicitly (-w implies wizard) or by askname.
499 askname(void) function in typeref:typename:void
522 askname();
  /src/usr.sbin/rpc.bootparamd/
bootparamd.c 53 static char askname[MAX_MACHINE_NAME]; variable in typeref:typename:char[]
179 (void)strlcpy(askname, he->h_name, sizeof(askname));
181 (void)strlcpy(askname, inet_ntoa(haddr), sizeof(askname));
185 warnx("This is host %s", askname);
187 syslog(LOG_NOTICE, "This is host %s", askname);
189 if ((e = lookup_bootparam(askname, hostname, NULL, NULL, NULL)) == 0) {
253 (void)strlcpy(askname, he->h_name, sizeof(askname));
    [all...]
  /src/sys/arch/vax/boot/boot/
boot.c 90 int sluttid, senast, skip, askname; variable in typeref:typename:int
103 askname = bootrpb.rpb_bootr5 & RB_ASKNAME;
121 askname = 1;
129 askname = 1;
132 if (askname == 0) {

Completed in 12 milliseconds