Lines Matching defs:prefix
41 char prefix[CIL_MAX_NAME_LENGTH];
51 char prefix[CIL_MAX_NAME_LENGTH];
64 strcpy(prefix, fqn_args->prefix);
65 strcat(prefix, datum->name);
66 datum->fqn = cil_strpool_add(prefix);
96 strcpy(child_args.prefix, fqn_args->prefix);
97 strcat(child_args.prefix, datum->name);
98 strcat(child_args.prefix, ".");
137 fqn_args.prefix[0] = '\0';