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.c1841 const char *fieldstr = NULL, *basestr = NULL; in c_typeset() local
1888 fieldstr = builtin_opt.optarg; in c_typeset()
1892 fieldstr = builtin_opt.optarg; in c_typeset()
1904 fieldstr = builtin_opt.optarg; in c_typeset()
1964 if (fieldstr && !getn(fieldstr, &field)) { in c_typeset()
1965 bi_errorf(Tf_sD_s, Tbadnum, fieldstr); in c_typeset()