Lines Matching defs:item
964 char *item;
970 item = strndup(word, l);
971 if (!item)
978 k = sd_id128_from_string(item+2, &seqnum_id);
983 if (sscanf(item+2, "%llx", &seqnum) != 1)
989 k = sd_id128_from_string(item+2, &boot_id);
994 if (sscanf(item+2, "%llx", &monotonic) != 1)
1000 if (sscanf(item+2, "%llx", &realtime) != 1)
1006 if (sscanf(item+2, "%llx", &xor_hash) != 1)
1011 free(item);
1067 _cleanup_free_ char *item = NULL;
1072 r = extract_first_word(&cursor, &item, ";", EXTRACT_DONT_COALESCE_SEPARATORS);
1079 if (strlen(item) < 2 || item[1] != '=')
1082 switch (item[0]) {
1085 k = sd_id128_from_string(item+2, &id);
1093 if (sscanf(item+2, "%llx", &ll) != 1)
1100 k = sd_id128_from_string(item+2, &id);
1108 if (sscanf(item+2, "%llx", &ll) != 1)
1115 if (sscanf(item+2, "%llx", &ll) != 1)
1122 if (sscanf(item+2, "%llx", &ll) != 1)