Searched defs:binary (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libresolv2/common/inet/ |
H A D | nsap_addr.c | 44 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument 65 *binary++ = (nib << 4) | xtob(c); 80 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument 100 nib = *binary >> 4; 102 nib = *binary++ & 0x0f;
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 225 int binary; local 281 binary = nv_isattr(np,NV_BINARY); 282 if(!binary && !(flags&(N_FLAG|NN_FLAG))) 309 if(binary && !(flags&(N_FLAG|NN_FLAG))) 368 if(m>0 && (flags&N_FLAG) && !binary && (v=memchr(cp,'\n',m))) 397 if(!binary && mbwide()) 416 if(!binary && mbwide() && (up == var || (flags & NN_FLAG) && size)) 431 if(binary && !((size=nv_size(np)) && nv_isarray(np) && c!=size))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 88 ${*$ftp}{'net_ftp_type'} = 'A'; # ASCII/binary/etc mode 152 sub binary { shift->type('I',@_); } subroutine 1268 file can undergo during transfer. These are ASCII, EBCDIC, binary, 1369 =item binary 1371 Transfer file in binary mode. No transformation will be done. 1374 text files, then it will be faster to transfer all files in binary mode.
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 385 Binary_t binary; member in union:Group_s::__anon1177
|
Completed in 31 milliseconds