Home
last modified time | relevance | path

Searched refs:fieldstr (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libselinux/src/
Dquery_user_context.c78 static void get_field(const char *fieldstr, char *newfield, int newfieldlen) in get_field() argument
83 printf("\tEnter %s ", fieldstr); in get_field()
92 printf("You must enter a %s\n", fieldstr); in get_field()
/external/mksh/src/
Dfuncs.c677 const char *fieldstr = NULL, *basestr = NULL; in c_typeset() local
724 fieldstr = builtin_opt.optarg; in c_typeset()
728 fieldstr = builtin_opt.optarg; in c_typeset()
740 fieldstr = builtin_opt.optarg; in c_typeset()
797 if (fieldstr && !bi_getn(fieldstr, &field)) in c_typeset()