Searched refs:lastbuf (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/diff/ |
H A D | diffreg.c | 229 static char lastbuf[FUNCTION_CONTEXT_SIZE]; variable 1283 strlcpy(lastbuf, buf, sizeof lastbuf); in match_function() 1285 strlcat(lastbuf, state, in match_function() 1286 sizeof lastbuf); in match_function() 1288 return lastbuf; in match_function() 1294 return lastmatchline > 0 ? lastbuf : NULL; in match_function()
|
/openbsd/usr.bin/cvs/ |
H A D | diff_internals.c | 238 static char lastbuf[FUNCTION_CONTEXT_SIZE]; variable 1254 strlcpy(lastbuf, buf, sizeof lastbuf); in match_function() 1256 strlcat(lastbuf, state, in match_function() 1257 sizeof lastbuf); in match_function() 1259 return lastbuf; in match_function() 1265 return lastmatchline > 0 ? lastbuf : NULL; in match_function()
|
/openbsd/usr.bin/rcs/ |
H A D | diff.c | 235 static char lastbuf[FUNCTION_CONTEXT_SIZE]; variable 1181 if (strlcpy(lastbuf, buf, in match_function() 1182 sizeof(lastbuf)) >= sizeof(lastbuf)) in match_function() 1186 return lastbuf; in match_function() 1192 return lastmatchline > 0 ? lastbuf : NULL; in match_function()
|
/openbsd/lib/libedit/ |
H A D | map.c | 1153 wchar_t firstbuf[2], lastbuf[2]; in map_print_some_keys() local 1158 lastbuf[0] = last; in map_print_some_keys() 1159 lastbuf[1] = 0; in map_print_some_keys() 1180 (void) keymacro__decode_str(lastbuf, extrabuf, in map_print_some_keys()
|