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.c659 const char *fieldstr = NULL, *basestr = NULL; in c_typeset() local
706 fieldstr = builtin_opt.optarg; in c_typeset()
710 fieldstr = builtin_opt.optarg; in c_typeset()
722 fieldstr = builtin_opt.optarg; in c_typeset()
779 if (fieldstr && !bi_getn(fieldstr, &field)) in c_typeset()