Searched refs:found_nul (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dvalprint.c1094 int found_nul; /* Non-zero if we found the nul char */
1120 found_nul = 0;
1177 found_nul = 1;
1184 && !found_nul); /* haven't found nul yet */
1198 if (len == -1 && !found_nul)
1093 int found_nul; /* Non-zero if we found the nul char */ local

Completed in 65 milliseconds