/external/syslinux/libinstaller/getopt/ |
D | getopt_long.c | 24 static inline const char *option_matches(const char *arg_str, in option_matches() argument 27 while (*arg_str != '\0' && *arg_str != '=') { in option_matches() 28 if (*arg_str++ != *opt_name++) in option_matches() 35 return arg_str; in option_matches()
|
/external/syslinux/com32/lib/ |
D | getopt_long.c | 24 static inline const char *option_matches(const char *arg_str, in option_matches() argument 27 while (*arg_str != '\0' && *arg_str != '=') { in option_matches() 28 if (*arg_str++ != *opt_name++) in option_matches() 35 return arg_str; in option_matches()
|
/external/fio/oslib/ |
D | getopt_long.c | 28 static inline const char *option_matches(const char *arg_str, in option_matches() argument 31 while (*arg_str != '\0' && *arg_str != '=') { in option_matches() 32 if (*arg_str++ != *opt_name++) in option_matches() 39 return arg_str; in option_matches()
|
/external/tensorflow/tensorflow/tools/dist_test/scripts/ |
D | k8s_tensorflow_lib.py | 181 arg_str = ', '.join([_ARG_TEMPLATE % (name, value) 190 args=arg_str, 209 arg_str = ', '.join([_ARG_TEMPLATE % (name, value) 218 args=arg_str,
|
/external/libcxx/utils/libcxx/test/ |
D | tracing.py | 17 arg_str = ', '.join([str(a) for a in args] + kwarg_strs) 18 call_str = '{}({})'.format(function.func_name, arg_str)
|
/external/autotest/server/site_tests/power_BrightnessResetAfterReboot/ |
D | power_BrightnessResetAfterReboot.py | 58 def backlight_control(self, arg_str, host): argument 66 cmd = 'backlight_tool %s' % (arg_str)
|
/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 2826 new_arg->arg_str = pc->data; in cil_resolve_call1() 2831 new_arg->arg_str = pc->data; in cil_resolve_call1() 2834 new_arg->arg_str = pc->data; in cil_resolve_call1() 2837 new_arg->arg_str = pc->data; in cil_resolve_call1() 2840 new_arg->arg_str = pc->data; in cil_resolve_call1() 2843 new_arg->arg_str = pc->data; in cil_resolve_call1() 2846 new_arg->arg_str = pc->data; in cil_resolve_call1() 2865 new_arg->arg_str = pc->data; in cil_resolve_call1() 2889 new_arg->arg_str = pc->data; in cil_resolve_call1() 2913 new_arg->arg_str = pc->data; in cil_resolve_call1() [all …]
|
D | cil_internal.h | 878 char *arg_str; member
|
D | cil_tree.c | 1687 } else if (((struct cil_args*)item->data)->arg_str != NULL) { in cil_tree_print_node() 1699 cil_log(CIL_INFO, "%s ", ((struct cil_args*)item->data)->arg_str); in cil_tree_print_node()
|
D | cil.c | 2559 (*args)->arg_str = NULL; in cil_args_init()
|
D | cil_build_ast.c | 5424 if (args->arg_str != NULL) { in cil_destroy_args() 5425 args->arg_str = NULL; in cil_destroy_args()
|
/external/autotest/client/cros/power/ |
D | power_utils.py | 313 def _try_bl_cmd(self, arg_str): argument 327 cmd = 'backlight_tool %s' % (arg_str)
|
/external/strace/tests-m32/ |
D | keyctl.c | 158 const char *arg_str[4] = { NULL }; in do_keyctl() local 185 arg_str[cnt] = va_arg(ap, char *); in do_keyctl() 194 print_arg(args[i], arg_str[i], arg_fmt[i], arg_sz[i], rc); in do_keyctl()
|
/external/strace/tests/ |
D | keyctl.c | 158 const char *arg_str[4] = { NULL }; in do_keyctl() local 185 arg_str[cnt] = va_arg(ap, char *); in do_keyctl() 194 print_arg(args[i], arg_str[i], arg_fmt[i], arg_sz[i], rc); in do_keyctl()
|
/external/strace/tests-mx32/ |
D | keyctl.c | 158 const char *arg_str[4] = { NULL }; in do_keyctl() local 185 arg_str[cnt] = va_arg(ap, char *); in do_keyctl() 194 print_arg(args[i], arg_str[i], arg_fmt[i], arg_sz[i], rc); in do_keyctl()
|