Searched defs:src_str (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c107 unsigned char *src_str, *dest_str; local
394 src_str = dest_str = &tmp_buff[0];
399 if( *src_str == '\r'){
400 src_str++;
404 *dest_str++ = dos_to_iso[*src_str++];
413 if( *src_str == '\r'){
414 src_str++;
417 else if ( *src_str > 127 ){
419 src_str++;
424 *dest_str++ = *src_str
[all...]
H A Dunix2dos.c109 unsigned char *src_str, *dest_str; local
403 src_str = &tmp_buff[100];
409 if (*src_str == '\n') {
414 *dest_str++ = iso_to_dos[*src_str++];
421 if (*src_str > 127) {
424 src_str++;
427 if (*src_str == '\n') {
431 *dest_str++ = *src_str++;
440 if (*src_str == '\n') {
444 *dest_str++ = *src_str
[all...]
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c301 char *src_str; local
307 src_str = "No event";
310 src_str = "Invalid DWORD count";
313 src_str = "Running disparity error count";
316 src_str = "Loss of DWORD sync count";
319 src_str = "PHY reset problem count";
322 src_str = "Elasticity buffer overflow count";
325 src_str = "Received ERROR count";
328 src_str = "Received address frame error count";
331 src_str
[all...]

Completed in 46 milliseconds