HomeSort by relevance Sort by last modified time
    Searched defs:child_args (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/cil/src/
cil_fqn.c 74 struct cil_fqn_args child_args; local
92 child_args.node = node;
93 child_args.len = newlen;
94 strcpy(child_args.prefix, fqn_args->prefix);
95 strcat(child_args.prefix, datum->name);
96 strcat(child_args.prefix, ".");
112 rc = cil_symtab_map(&(block->symtab[i]), __cil_fqn_qualify_decls, &child_args);
120 rc = cil_symtab_map(&(block->symtab[CIL_SYM_BLOCKS]), __cil_fqn_qualify_blocks, &child_args);
124 cil_tree_log(child_args.node, CIL_ERR,"Problem qualifying names in block");
  /external/ltp/lib/
self_exec.c 37 char *child_args; /* Arguments to child when -C is used */ variable
83 if (child_args) {
84 char *args = strdup(child_args);
  /external/regex-re2/re2/
walker-inl.h 40 // The child_args is a vector of the T that the child PostVisits returned.
43 // in *child_args, but not the vector itself.
48 T* child_args, int nchild_args);
107 T* child_args,
122 child_args(NULL) { }
128 T child_arg; // One-element buffer for child_args.
129 T* child_args; member in struct:re2::WalkState
149 delete stack_->top().child_args;
185 s->child_args = NULL;
187 s->child_args = &s->child_arg
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
main.h 204 typedef struct child_args { struct

Completed in 141 milliseconds