/src/games/sail/ |
dr_2.c | 50 static int str_end(const char *); 153 str_end(const char *str) function in typeref:typename:int 258 if ((n = str_end(temp)) < '1' || n > '9') 272 if ((ma > 0 && ta > 0 && (n = str_end(temp)) != 'l' && n != 'r') || 287 if ((ma > 0 && ta > 0 && (n = str_end(temp)) != 'l' && n != 'r') ||
|
/src/bin/csh/ |
file.c | 652 Char *str_end, *word_start, last_Char, should_retype; local in function:tenex 665 str_end = &inputline[nr]; 667 --str_end; /* wipeout trailing cmd Char */ 668 *str_end = '\0'; 673 for (word_start = str_end; word_start > inputline; --word_start) 680 /* print from str_end on */ 681 print_recognized_stuff(str_end);
|
/src/lib/libtelnet/ |
encrypt.c | 136 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE }; variable in typeref:typename:unsigned char[] 860 str_end[3] = ENCRYPT_END; 861 telnet_net_write(str_end, sizeof(str_end)); 863 printsub('>', &str_end[2], sizeof(str_end) - 2); 898 str_end[3] = ENCRYPT_REQEND; 899 telnet_net_write(str_end, sizeof(str_end)); 900 printsub('>', &str_end[2], sizeof(str_end) - 2) [all...] |
/src/usr.sbin/sysinst/ |
label.c | 2126 char str_start[40], str_end[40], str_size[40], str_tag[4]; local in function:getpartoff 2130 sprintf(str_end, "%" PRIu64, 2133 const char *args[4] = { str_start, str_end, str_size,
|