Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gprof/
Dcorefile.c79 #define STR_BUFSIZE "1023" macro
102 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy); in read_function_mappings()
116 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy); in read_function_mappings()
136 matches = fscanf (file, "%" STR_BUFSIZE "[^\n:]", dummy); in read_function_mappings()
154 matches = fscanf (file, "%" STR_BUFSIZE "[^\n]\n", dummy); in read_function_mappings()
501 if (sscanf (buf, "%" STR_BUFSIZE "s %c %" STR_BUFSIZE "s", address, &type, name) == 3) in num_of_syms_in()
558 if (sscanf (buf, "%" STR_BUFSIZE "s %c %" STR_BUFSIZE "s", address, &type, name) != 3) in core_create_syms_from()
DChangeLog-201647 (STR_BUFSIZE): Define.
51 Use STR_BUFSIZE when scanning for name and address.