in               3086 lib/common/xml.c         unsigned int in = 0;
in               3100 lib/common/xml.c             BZ2_bzWriteClose(&rc, bz_file, 0, &in, &out);
in               3105 lib/common/xml.c                 crm_trace("%s: In: %d, out: %d", filename, in, out);
in               1704 pengine/graph.c     xmlNode *in = NULL;
in               1716 pengine/graph.c     in = create_xml_node(syn, "inputs");
in               1747 pengine/graph.c         input = create_xml_node(in, "trigger");
in                132 replace/uuid_parse.c uuid_unpack(const uuid_t in, struct uuid *uu)
in                134 replace/uuid_parse.c     const __u8 *ptr = in;
in                208 replace/uuid_parse.c uuid_parse(const char *in, uuid_t uu)
in                215 replace/uuid_parse.c     if (strlen(in) != 36)
in                217 replace/uuid_parse.c     for (i = 0, cp = in; i <= 36; i++, cp++) {
in                230 replace/uuid_parse.c     uuid.time_low = strtoul(in, NULL, 16);
in                231 replace/uuid_parse.c     uuid.time_mid = strtoul(in + 9, NULL, 16);
in                232 replace/uuid_parse.c     uuid.time_hi_and_version = strtoul(in + 14, NULL, 16);
in                233 replace/uuid_parse.c     uuid.clock_seq = strtoul(in + 19, NULL, 16);
in                234 replace/uuid_parse.c     cp = in + 24;