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

  /src/lib/libc/gen/
toascii.c 1 /* $NetBSD: toascii.c,v 1.3 2012/06/25 22:32:44 abs Exp $ */
41 __RCSID("$NetBSD: toascii.c,v 1.3 2012/06/25 22:32:44 abs Exp $");
46 #undef toascii
48 toascii(int c) function in typeref:typename:int
Makefile.inc 37 times.c toascii.c tolower_.c ttyname.c ttyslot.c toupper_.c ualarm.c \
89 time.3 timespec_get.3 times.3 timezone.3 toascii.3 \
  /src/include/
ctype.h 84 int toascii(int);
  /src/sys/sys/
ctype_inline.h 64 #define toascii(c) ((c) & 0177) macro
  /src/usr.bin/write/
write.c 279 c = toascii(*s);
  /src/bin/cat/
cat.c 212 ch = toascii(ch);
  /src/usr.bin/finger/
lprint.c 385 ch = toascii(ch);
  /src/usr.sbin/bootp/bootptest/
bootptest.c 468 c = toascii(c);

Completed in 19 milliseconds