HomeSort by relevance Sort by last modified time
    Searched refs:fieldstr (Results 1 - 2 of 2) sorted by null

  /external/selinux/libselinux/src/
query_user_context.c 75 /* get_field - given fieldstr - the "name" of a field, query the user
78 static void get_field(const char *fieldstr, char *newfield, int newfieldlen)
83 printf("\tEnter %s ", fieldstr);
92 printf("You must enter a %s\n", fieldstr);
  /external/mksh/src/
funcs.c 659 const char *fieldstr = NULL, *basestr = NULL; local
706 fieldstr = builtin_opt.optarg;
710 fieldstr = builtin_opt.optarg;
722 fieldstr = builtin_opt.optarg;
779 if (fieldstr && !bi_getn(fieldstr, &field))
    [all...]

Completed in 247 milliseconds