Searched refs:sarr (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop01.c | 21 static unsigned short int sarr[PSEMS]; variable 22 static union semun get_arr = {.array = sarr};
|
/third_party/glib/glib/tests/ |
D | option-context.c | 2100 gchar **sarr = NULL; in test_help() local 2105 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &sarr, "Rest goes here", "REST" }, in test_help() 2152 gchar **sarr = NULL; in test_help_no_options() local 2154 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &sarr, "Rest goes here", "REST" }, in test_help_no_options() 2179 gchar **sarr = NULL; in test_help_no_help_options() local 2184 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &sarr, "Rest goes here", "REST" }, in test_help_no_help_options()
|