Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.c2382 char *bufstr; in target_read_stralloc() local
2386 bufstr = (char *) buffer; in target_read_stralloc()
2394 bufstr[transferred] = 0; in target_read_stralloc()
2397 for (i = strlen (bufstr); i < transferred; i++) in target_read_stralloc()
2398 if (bufstr[i] != 0) in target_read_stralloc()
2406 return bufstr; in target_read_stralloc()
3547 char *bufstr; in target_fileio_read_stralloc() local
3551 bufstr = (char *) buffer; in target_fileio_read_stralloc()
3559 bufstr[transferred] = 0; in target_fileio_read_stralloc()
3563 if (bufstr[i] != 0) in target_fileio_read_stralloc()
[all …]