HomeSort by: relevance | last modified time | path
    Searched defs:found_nul (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/target/
target.c 97 int found_nul; /* Non-zero if we found the nul char. */ local
100 found_nul = 0;
148 found_nul = 1;
155 && !found_nul); /* haven't found NUL yet */
  /src/external/gpl3/gdb.old/dist/gdb/target/
target.c 97 int found_nul; /* Non-zero if we found the nul char. */ local
100 found_nul = 0;
148 found_nul = 1;
155 && !found_nul); /* haven't found NUL yet */
  /src/external/gpl3/gdb/dist/gdb/
valprint.c 2720 int found_nul; /* Non-zero if we found the nul char. */
2750 /* Determine found_nul by looking at the last character read. */
2751 found_nul = 0;
2753 found_nul = extract_unsigned_integer (buffer.get () + bytes_read - width,
2755 if (len == -1 && !found_nul)
2719 int found_nul; \/* Non-zero if we found the nul char. *\/ local
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.c 2646 int found_nul; /* Non-zero if we found the nul char. */
2676 /* Determine found_nul by looking at the last character read. */
2677 found_nul = 0;
2679 found_nul = extract_unsigned_integer (buffer.get () + bytes_read - width,
2681 if (len == -1 && !found_nul)
2645 int found_nul; \/* Non-zero if we found the nul char. *\/ local

Completed in 29 milliseconds