/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | c_literal.c | 119 } else if (isprint(*buf)) { in conv_str_to_c_literal() 127 for (start = buf; (n > 0) && isprint(*buf); buf++, n--) in conv_str_to_c_literal()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctype.h | 112 isprint(char c) in isprint() function 116 #pragma inline(isprint)
|
H A D | euc.h | 44 #define ISPRINT(c, wp) (wp._multibyte && !ISASCII(c) || isprint(c))
|
/titanic_50/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 51 extern int isprint(/* int c */); 73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B)) macro
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 44 # define iswprint(c) (((c)&~0377) || isprint(c)) 348 if(c=='\'' || !isprint(c)) in sh_fmtq() 408 if(!isprint(c)) in sh_fmtq() 472 if (c == '\'' || !isprint(c)) in sh_fmtqf() 537 if(!isprint(c)) in sh_fmtqf()
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 56 else if (!(isascii(*h) && isprint(*h))) 76 if (isascii(c) && isprint(c) && c != '\\')
|
/titanic_50/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 485 if (isprint(mapList->inq_vid[i])) in printTargetPortInfo() 494 if (isprint(mapList->inq_pid[i])) in printTargetPortInfo() 562 if (isprint(devListWalk->VID[i])) in printOSDeviceNameInfo() 571 if (isprint(devListWalk->PID[i])) in printOSDeviceNameInfo()
|
/titanic_50/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utbuffer.c | 171 if (isprint (BufChar)) in AcpiUtDumpBuffer() 344 if (isprint (BufChar)) in AcpiUtDumpBufferToFile()
|
H A D | utascii.c | 156 if (!isprint (Name[i])) in AcpiUtCheckAndRepairAscii()
|
/titanic_50/usr/src/cmd/acpi/acpidump/ |
H A D | utbuffer.c | 171 if (isprint (BufChar)) in AcpiUtDumpBuffer() 344 if (isprint (BufChar)) in AcpiUtDumpBufferToFile()
|
/titanic_50/usr/src/cmd/mail/ |
H A D | istext.c | 46 if ((!isprint(c)) && (!isspace(c)) && in istext()
|
H A D | isheader.c | 84 if ((*q == ' ') || (!isprint(*q))) {
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 81 #undef isprint 141 int isprint(c) in isprint() function
|
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | field_pad.c | 41 if (!(isascii(pad) && isprint(pad))) in set_field_pad()
|
/titanic_50/usr/src/lib/libeti/menu/common/ |
H A D | menupad.c | 42 if (!isprint(pad)) { in set_menu_pad()
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | getline.h | 52 #define IS_META_CHAR(c) (((unsigned char)(c) & 0x80) && !isprint((int)(unsigned char)(c)))
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | tty.c | 380 if (isprint(cp[-1])) in rubout() 387 if (isprint(c)) { in rubout() 410 if (isprint(*s)) in countcol() 439 if (isprint(c)) { in Echo()
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | strecpy.c | 54 if (!isprint(c) && (!except || !strchr(except, c))) { in strecpy()
|
/titanic_50/usr/src/cmd/oamuser/lib/ |
H A D | vproj.c | 60 if (!isprint(*ptr) || (*ptr == ':') || (*ptr == '\n')) in valid_project()
|
H A D | vgname.c | 59 if (!isprint(c) || (c == ':') || (c == '\n')) in valid_gname()
|
H A D | vprojname.c | 58 if (!isprint(c) || (c == ':') || (c == '\n')) in valid_projname()
|
/titanic_50/usr/src/lib/libgen/common/ |
H A D | strecpy.c | 67 if (!isprint(c) && (!except || !strchr(except, c))) { in streadd()
|
/titanic_50/usr/src/cmd/acpi/common/ |
H A D | utascii.c | 156 if (!isprint (Name[i])) in AcpiUtCheckAndRepairAscii()
|
/titanic_50/usr/src/head/iso/ |
H A D | ctype_iso.h | 97 extern int isprint(int);
|
/titanic_50/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 83 isprint(int c) in isprint() function
|