HomeSort by relevance Sort by last modified time
    Searched defs:child_args (Results 1 - 3 of 3) 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);
  /external/ltp/lib/
self_exec.c 38 char *child_args; /* Arguments to child when -C is used */ variable
84 if (child_args) {
85 char *args = strdup(child_args);
  /external/ltp/testcases/kernel/io/disktest/
main.h 204 typedef struct child_args { struct

Completed in 134 milliseconds