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/
Dvar.c1796 const char *fieldstr = NULL, *basestr = NULL; in c_typeset() local
1843 fieldstr = builtin_opt.optarg; in c_typeset()
1847 fieldstr = builtin_opt.optarg; in c_typeset()
1859 fieldstr = builtin_opt.optarg; in c_typeset()
1919 if (fieldstr && !getn(fieldstr, &field)) { in c_typeset()
1920 bi_errorf(Tf_sD_s, Tbadnum, fieldstr); in c_typeset()