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

  /src/sys/arch/hpc/hpc/
Makefile 7 diff platid_test.out platid_test.canon
  /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/
extern.h 38 void canon(const char *, char *, size_t);
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
main.c 271 canon(*argv++, name, sizeof(name));
286 canon(*argv++, name, sizeof(name));
  /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 48 milliseconds