Lines Matching full:strings
214 /* Move beyond strings appended to the package. */ in get_package_len()
254 unsigned int s_rw_cnt = 0; /* number of rw strings */ in cbvprintf_package()
255 unsigned int s_ro_cnt = 0; /* number of ro strings */ in cbvprintf_package()
260 /* Flag indicates that rw strings are stored as array with positions, in cbvprintf_package()
264 /* Get number of first read only strings present in the string. in cbvprintf_package()
266 * fixed prefix appended to all strings. in cbvprintf_package()
286 * appended writable strings and the number of appended in cbvprintf_package()
287 * read-only strings. They both occupy 1 byte each. in cbvprintf_package()
333 * Here we branch directly into the code processing strings in cbvprintf_package()
648 * We will append non-ro strings later. in cbvprintf_package()
662 * when counting strings. in cbvprintf_package()
668 * argument index when counting strings. in cbvprintf_package()
741 /* Strings are appended, update location counter. */ in cbvprintf_package()
745 /* Strings are appended, update append counter. */ in cbvprintf_package()
756 /* Store strings pointer locations of read only strings. */ in cbvprintf_package()
775 /* Store strings prefixed by their pointer location. */ in cbvprintf_package()
777 /* Process only RW strings. */ in cbvprintf_package()
808 * TODO: remove pointers for appended strings since they're useless. in cbvprintf_package()
844 /* Retrieve the size of the arg list and number of strings. */ in cbpprintf_external()
934 * includes appending those strings. in cbprintf_package_convert()
941 * includes appending those strings. in cbprintf_package_convert()
960 * done with strings appending. in cbprintf_package_convert()
997 /* Handle RW strings. */ in cbprintf_package_convert()
1052 /* If read-only strings shall be appended to the output package copy in cbprintf_package_convert()
1074 /* Go through read-write strings and identify which shall be appended. in cbprintf_package_convert()
1075 * Note that there may be read-only strings there. Use address evaluation in cbprintf_package_convert()
1076 * to determine if strings is read-only. in cbprintf_package_convert()
1111 /* Set amount of strings appended to the package. */ in cbprintf_package_convert()
1138 /* Copy appended strings from source package to destination. */ in cbprintf_package_convert()
1147 /* Append strings */ in cbprintf_package_convert()