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

  /src/usr.sbin/rpc.bootparamd/
bootparamd.c 318 char *canon = NULL, *bp, *word = NULL; local in function:lookup_bootparam
379 canon = client;
381 canon = word;
410 canon = hp->h_name;
422 assert(canon != NULL);
424 strncpy(client_canonical, canon, MAX_MACHINE_NAME);
  /src/sbin/restore/
interactive.c 116 canon("/", curdir, sizeof(curdir));
307 * "curdir" is prepended to it. Finally "canon" is called to
367 canon(rawname, name, size);
374 canon(output, name, size);
460 canon(const char *rawname, char *canonname, size_t len) function in typeref:typename:void
  /src/sys/kern/
tty_pty.c 803 int canon = ISSET(tp->t_lflag, ICANON) ? 1 : 0; local in function:ptcwrite
808 if (used >= (TTYHOG - canon) &&
809 (tp->t_canq.c_cc > 0 || !canon)) {

Completed in 12 milliseconds