Lines Matching defs:string
36 #include "string-util.h"
253 /* (field id 64bit, ((string + NUL) + NUL + signature string 's') */
268 /* (field id byte + (signature length + signature 's' + NUL) + (string length + string + NUL)) */
315 /* (field id byte + (signature length + signature 'g' + NUL) + (string length + string + NUL)) */
344 /* (field id 64bit + ((value + NUL + signature string 'u') */
381 /* (field id 64bit + ((value + NUL + signature string 't') */
1566 /* To make things easy we'll serialize a NULL string
1567 * into the empty string */
3340 /* Check for NUL chars in the string */
5189 * string, yay! We require the body to be a
5751 const char *string;
5797 r = sd_bus_message_append_basic(m, type, basic.string);