Home
last modified time | relevance | path

Searched refs:str_end (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/lib/libtelnet/
H A Dencrypt.c136 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE }; variable
860 str_end[3] = ENCRYPT_END; in encrypt_send_end()
861 telnet_net_write(str_end, sizeof(str_end)); in encrypt_send_end()
863 printsub('>', &str_end[2], sizeof(str_end) - 2); in encrypt_send_end()
898 str_end[3] = ENCRYPT_REQEND; in encrypt_send_request_end()
899 telnet_net_write(str_end, sizeof(str_end)); in encrypt_send_request_end()
900 printsub('>', &str_end[ in encrypt_send_request_end()
[all...]
/netbsd-src/games/sail/
H A Ddr_2.c50 static int str_end(const char *);
153 str_end(const char *str) in str_end() function
258 if ((n = str_end(temp)) < '1' || n > '9') in try()
272 if ((ma > 0 && ta > 0 && (n = str_end(temp)) != 'l' && n != 'r') || in try()
287 if ((ma > 0 && ta > 0 && (n = str_end(temp)) != 'l' && n != 'r') || in try()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-mo.c394 const char *str_end; in read_mo_file() local
397 str_end = msgid + msgid_len; in read_mo_file()
398 for (str = msgid; str < str_end; str += strlen (str) + 1) in read_mo_file()
414 str_end = msgstr + msgstr_len; in read_mo_file()
415 for (str = msgstr; str < str_end; str += strlen (str) + 1) in read_mo_file()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.c144 const char *str_end; \ in decode_string()
146 &bin_len, &str_end, \ in decode_string()
152 str = str_end; \ in decode_string()
/netbsd-src/bin/csh/
H A Dfile.c652 Char *str_end, *word_start, last_Char, should_retype; in tenex() local
665 str_end = &inputline[nr]; in tenex()
667 --str_end; /* wipeout trailing cmd Char */ in tenex()
668 *str_end = '\0'; in tenex()
673 for (word_start = str_end; word_start > inputline; --word_start) in tenex()
681 print_recognized_stuff(str_end); in tenex()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map.c131 char *retval = NULL, *str_start, *str_end, *src_end; in sun_strsub() local
138 str_end = (strlen(str) - 1) + str_start; in sun_strsub()
147 second_half = (size_t)(src_end - str_end); in sun_strsub()
166 (void)strncat(retval, str_end + 1, second_half); in sun_strsub()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dlabel01.dts41 prop: string = str: "foo", str_mid: "stuffstuff\t\t\t\n\n\n" str_end: ;
/netbsd-src/external/bsd/less/dist/
H A Dsearch.c137 char *str_end = str + strlen(str); in is_ucase() local
140 while (str < str_end) in is_ucase()
142 ch = step_char(&str, +1, str_end); in is_ucase()
/netbsd-src/usr.sbin/sysinst/
H A Dlabel.c2126 char str_start[40], str_end[40], str_size[40], str_tag[4]; in getpartoff() local
2130 sprintf(str_end, "%" PRIu64, in getpartoff()
2133 const char *args[4] = { str_start, str_end, str_size, in getpartoff()