Lines Matching defs:string
56 #include <string.h>
163 u8tohex (char *string, const uint8_t *value, int len )
174 string[ 2 * i ] = hdigit[(x >> 4) & 0xf];
175 string[ 2 * i + 1] = hdigit[x & 0xf];
177 string[2 * len ] = '\0';
364 * copy ASCII string to UTF-16 unicode string
447 /* make the string fit into the serial */
573 PDBG (bjnp_dbg (LOG_NOTICE, "split_uri: ERROR - Argument string too long in %s\n", devname));
785 PDBG (bjnp_dbg (LOG_INFO, "get_scanner_id: Scanner identity string = %s - length = %d\n", scanner_id, id_len));