Lines Matching defs:atom
871 free(arg->atom.atom);
2059 ret = append(&left->atom.atom, " ", "*");
2330 *val = strtoll(arg->atom.atom, NULL, 0);
2496 return arg->atom.atom;
2889 /* prevous must be an atom */
2903 arg->typecast.type = arg->atom.atom;
3163 char *atom;
3174 atom = token;
3185 /* this will free atom. */
3186 type = process_function(event, arg, atom, &token);
3193 ret = append(&atom, " ", token);
3195 free(atom);
3205 arg->atom.atom = atom;
3211 arg->atom.atom = token;
3648 return strtoull(arg->atom.atom, NULL, 0);
3992 print_str_to_seq(s, format, len_arg, arg->atom.atom);
4368 if (asprintf(&arg->atom.atom, "%lld", ip) < 0)
4468 if (asprintf(&arg->atom.atom, "%lld", val) < 0) {
6465 printf("%s", args->atom.atom);