/third_party/libinput/udev/ |
H A D | test-libinput-fuzz-extract.c | 37 uint32_t which; in START_TEST() member 42 { .which = (MIN|MAX), in START_TEST() 45 { .which = (MIN|MAX), in START_TEST() 48 { .which = (MIN|MAX|RES), in START_TEST() 51 { .which = (RES), in START_TEST() 54 { .which = (MIN), in START_TEST() 57 { .which = (MAX|RES), in START_TEST() 60 { .which = (MIN|MAX|RES|FUZZ), in START_TEST() 63 { .which = (MIN|MAX|RES|FUZZ|FLAT), in START_TEST() 66 { .which in START_TEST() [all...] |
/third_party/toybox/ |
H A D | main.c | 33 // skip the first entry, which is out of order. in toy_find() 69 toys.which = toy_list; in unknown() 74 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit() argument 76 toys.which = which; in toy_singleinit() 83 if (CFG_TOYBOX_HELP_DASHDASH && !(which->flags & TOYFLAG_NOHELP) && argv[1]) { in toy_singleinit() 85 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit() 86 if (!(toys.which = toy_find(toys.argv[2]))) unknown(toys.argv[2]); in toy_singleinit() 97 if (NEED_OPTIONS && which->options) get_optflags(); in toy_singleinit() 103 if (!(which in toy_singleinit() 109 toy_init(struct toy_list *which, char *argv[]) toy_init() argument 144 toy_exec_which(struct toy_list *which, char *argv[]) toy_exec_which() argument [all...] |
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 34 // skip the first entry, which is out of order. in toy_find() 70 toys.which = toy_list; in unknown() 75 static void toy_singleinit(struct toy_list *which, char *argv[]) in toy_singleinit() argument 77 toys.which = which; in toy_singleinit() 84 if (CFG_TOYBOX_HELP_DASHDASH && !(which->flags & TOYFLAG_NOHELP) && argv[1]) { in toy_singleinit() 86 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit() 87 if (!(toys.which = toy_find(toys.argv[2]))) unknown(toys.argv[2]); in toy_singleinit() 98 if (NEED_OPTIONS && which->options) get_optflags(); in toy_singleinit() 104 if (!(which in toy_singleinit() 110 toy_init(struct toy_list *which, char *argv[]) toy_init() argument 145 toy_exec_which(struct toy_list *which, char *argv[]) toy_exec_which() argument [all...] |
/third_party/libuv/src/unix/ |
H A D | openbsd.c | 51 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local 53 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0) < 0) return; in uv_loadavg() 116 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local 118 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_free_memory() 127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local 130 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_total_memory() 172 static int which[] in uv_uptime() local 190 int which[] = {CTL_HW,HW_MODEL}; uv_cpu_info() local [all...] |
H A D | netbsd.c | 56 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local 58 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0) == -1) return; in uv_loadavg() 103 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local 105 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_free_memory() 115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local 118 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory() 122 if (sysctl(which, ARRAY_SIZE(which), in uv_get_total_memory() 173 static int which[] = {CTL_KERN, KERN_BOOTTIME}; uv_uptime() local [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | openbsd.c | 51 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local 53 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0) < 0) return; in uv_loadavg() 116 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local 118 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_free_memory() 127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local 130 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_total_memory() 167 static int which[] in uv_uptime() local 185 int which[] = {CTL_HW,HW_MODEL}; uv_cpu_info() local [all...] |
H A D | netbsd.c | 56 int which[] = {CTL_VM, VM_LOADAVG}; in uv_loadavg() local 58 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0) == -1) return; in uv_loadavg() 103 int which[] = {CTL_VM, VM_UVMEXP}; in uv_get_free_memory() local 105 if (sysctl(which, ARRAY_SIZE(which), &info, &size, NULL, 0)) in uv_get_free_memory() 115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() local 118 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory() 122 if (sysctl(which, ARRAY_SIZE(which), in uv_get_total_memory() 168 static int which[] = {CTL_KERN, KERN_BOOTTIME}; uv_uptime() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | emojiprops.cpp | 125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty() argument 128 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(c, which); in hasBinaryProperty() 132 EmojiProps::hasBinaryPropertyImpl(UChar32 c, UProperty which) const { in hasBinaryPropertyImpl() 133 if (which < UCHAR_EMOJI || UCHAR_RGI_EMOJI < which) { in hasBinaryPropertyImpl() 154 int32_t bit = bitFlags[which - UCHAR_EMOJI]; in hasBinaryPropertyImpl() 163 EmojiProps::hasBinaryProperty(const UChar *s, int32_t length, UProperty which) { in hasBinaryProperty() argument 166 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(s, length, which); in hasBinaryProperty() 170 EmojiProps::hasBinaryPropertyImpl(const UChar *s, int32_t length, UProperty which) const { in hasBinaryPropertyImpl() 173 // The caller should have delegated single code points to hasBinaryProperty(c, which) in hasBinaryPropertyImpl() 197 addStrings(const USetAdder *sa, UProperty which, UErrorCode &errorCode) const addStrings() argument [all...] |
H A D | uprops.cpp | 160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in caseBinaryPropertyContains() argument 174 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains() 177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 194 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion() 208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument 211 (UNormalizationMode)(which in isNormInert() 327 hasEmojiProperty(const BinaryProperty & , UChar32 c, UProperty which) hasEmojiProperty() argument 415 u_hasBinaryProperty(UChar32 c, UProperty which) u_hasBinaryProperty() argument 427 u_stringHasBinaryProperty(const UChar *s, int32_t length, UProperty which) u_stringHasBinaryProperty() argument 480 biDiGetMaxValue(const IntProperty & , UProperty which) biDiGetMaxValue() argument 557 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) getNormQuickCheck() argument 594 layoutGetMaxValue(const IntProperty & , UProperty which) layoutGetMaxValue() argument 649 u_getIntPropertyValue(UChar32 c, UProperty which) u_getIntPropertyValue() argument 670 u_getIntPropertyMaxValue(UProperty which) u_getIntPropertyMaxValue() argument 683 uprops_getSource(UProperty which) uprops_getSource() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | emojiprops.cpp | 125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty() argument 128 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(c, which); in hasBinaryProperty() 132 EmojiProps::hasBinaryPropertyImpl(UChar32 c, UProperty which) const { in hasBinaryPropertyImpl() 133 if (which < UCHAR_EMOJI || UCHAR_RGI_EMOJI < which) { in hasBinaryPropertyImpl() 154 int32_t bit = bitFlags[which - UCHAR_EMOJI]; in hasBinaryPropertyImpl() 163 EmojiProps::hasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in hasBinaryProperty() argument 166 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(s, length, which); in hasBinaryProperty() 170 EmojiProps::hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const { in hasBinaryPropertyImpl() 173 // The caller should have delegated single code points to hasBinaryProperty(c, which) in hasBinaryPropertyImpl() 197 addStrings(const USetAdder *sa, UProperty which, UErrorCode &errorCode) const addStrings() argument [all...] |
H A D | uprops.cpp | 160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in caseBinaryPropertyContains() argument 174 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains() 177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 194 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion() 208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument 211 (UNormalizationMode)(which in isNormInert() 327 hasEmojiProperty(const BinaryProperty & , UChar32 c, UProperty which) hasEmojiProperty() argument 465 u_hasBinaryProperty(UChar32 c, UProperty which) u_hasBinaryProperty() argument 490 u_stringHasBinaryProperty(const char16_t *s, int32_t length, UProperty which) u_stringHasBinaryProperty() argument 543 biDiGetMaxValue(const IntProperty & , UProperty which) biDiGetMaxValue() argument 620 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) getNormQuickCheck() argument 657 layoutGetMaxValue(const IntProperty & , UProperty which) layoutGetMaxValue() argument 712 u_getIntPropertyValue(UChar32 c, UProperty which) u_getIntPropertyValue() argument 733 u_getIntPropertyMaxValue(UProperty which) u_getIntPropertyMaxValue() argument 746 uprops_getSource(UProperty which) uprops_getSource() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | EmojiProps.java | 139 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() argument 140 if (which < UProperty.EMOJI || UProperty.RGI_EMOJI < which) { in hasBinaryProperty() 143 int bit = bitFlags[which - UProperty.EMOJI]; in hasBinaryProperty() 151 public boolean hasBinaryProperty(CharSequence s, int which) { in hasBinaryProperty() argument 154 // The caller should have delegated single code points to hasBinaryProperty(c, which). in hasBinaryProperty() 155 if (which < UProperty.BASIC_EMOJI || UProperty.RGI_EMOJI < which) { in hasBinaryProperty() 158 int firstProp = which, lastProp = which; in hasBinaryProperty() 177 addStrings(int which, UnicodeSet set) addStrings() argument [all...] |
H A D | UCharacterProperty.java | 345 int which; field in UCharacterProperty.CaseBinaryProperty 346 CaseBinaryProperty(int which) { in CaseBinaryProperty() argument 348 this.which=which; in CaseBinaryProperty() 352 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains() 357 int which; field in UCharacterProperty.EmojiBinaryProperty 358 EmojiBinaryProperty(int which) { in EmojiBinaryProperty() argument 360 this.which=which; in EmojiBinaryProperty() 364 return EmojiProps.INSTANCE.hasBinaryProperty(c, which); in contains() 369 int which; global() field in UCharacterProperty.NormInertBinaryProperty 370 NormInertBinaryProperty(int source, int which) NormInertBinaryProperty() argument 573 hasBinaryProperty(int c, int which) hasBinaryProperty() argument 629 getMaxValue(int which) getMaxValue() argument 639 getMaxValue(int which) getMaxValue() argument 649 getMaxValue(int which) getMaxValue() argument 655 int which; global() field in UCharacterProperty.NormQuickCheckIntProperty 657 NormQuickCheckIntProperty(int source, int which, int max) NormQuickCheckIntProperty() argument 667 getMaxValue(int which) getMaxValue() argument 810 getIntPropertyValue(int c, int which) getIntPropertyValue() argument 823 getIntPropertyMaxValue(int which) getIntPropertyMaxValue() argument 834 getSource(int which) getSource() argument [all...] |
/third_party/backends/backend/ |
H A D | u12-map.c | 111 static void u12map_Adjust( U12_Device *dev, int which, SANE_Byte *buf ) in u12map_Adjust() argument 117 DBG( _DBG_INFO, "u12map_Adjust(%u)\n", which ); in u12map_Adjust() 138 if((_MAP_MASTER == which) || (_MAP_RED == which)) { in u12map_Adjust() 145 if((_MAP_MASTER == which) || (_MAP_GREEN == which)) { in u12map_Adjust() 152 if((_MAP_MASTER == which) || (_MAP_BLUE == which)) { in u12map_Adjust() 164 if((_MAP_MASTER == which) || (_MAP_RED == which)) { in u12map_Adjust() [all...] |
H A D | plustek-pp_map.c | 215 _LOC void MapAdjust( pScanData ps, int which ) in MapAdjust() 221 DBG( DBG_LOW, "MapAdjust(%u)\n", which ); in MapAdjust() 245 if((_MAP_MASTER == which) || (_MAP_RED == which)) { in MapAdjust() 252 if((_MAP_MASTER == which) || (_MAP_GREEN == which)) { in MapAdjust() 259 if((_MAP_MASTER == which) || (_MAP_BLUE == which)) { in MapAdjust() 270 if((_MAP_MASTER == which) || (_MAP_RED == which)) { in MapAdjust() [all...] |
/third_party/ltp/testcases/kernel/syscalls/setpriority/ |
H A D | setpriority01.c | 25 int which; member 33 static const char *str_which(int which) in str_which() argument 35 switch (which) { in str_which() 53 TEST(setpriority(tc->which, *tc->who, new_prio)); in setpriority_test() 58 tc->which, *tc->who, new_prio); in setpriority_test() 63 cur_prio = SAFE_GETPRIORITY(tc->which, *tc->who); in setpriority_test() 75 str_which(tc->which), tc->which, *tc->who); in setpriority_test() 83 if (tc->which == PRIO_USER && !user_added) { in verify_setpriority() 85 str_which(tc->which), t in verify_setpriority() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uprops.cpp | 158 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 166 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 171 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in caseBinaryPropertyContains() argument 172 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains() 175 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 179 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 183 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 192 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion() 206 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument 209 (UNormalizationMode)(which in isNormInert() 402 u_hasBinaryProperty(UChar32 c, UProperty which) u_hasBinaryProperty() argument 447 biDiGetMaxValue(const IntProperty & , UProperty which) biDiGetMaxValue() argument 524 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) getNormQuickCheck() argument 561 layoutGetMaxValue(const IntProperty & , UProperty which) layoutGetMaxValue() argument 616 u_getIntPropertyValue(UChar32 c, UProperty which) u_getIntPropertyValue() argument 637 u_getIntPropertyMaxValue(UProperty which) u_getIntPropertyMaxValue() argument 650 uprops_getSource(UProperty which) uprops_getSource() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterProperty.java | 345 int which; field in UCharacterProperty.CaseBinaryProperty 346 CaseBinaryProperty(int which) { in CaseBinaryProperty() argument 348 this.which=which; in CaseBinaryProperty() 352 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains() 357 int which; field in UCharacterProperty.NormInertBinaryProperty 358 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty() argument 360 this.which=which; in NormInertBinaryProperty() 364 return Norm2AllModes.getN2WithImpl(which in contains() 554 hasBinaryProperty(int c, int which) hasBinaryProperty() argument 610 getMaxValue(int which) getMaxValue() argument 620 getMaxValue(int which) getMaxValue() argument 630 getMaxValue(int which) getMaxValue() argument 636 int which; global() field in UCharacterProperty.NormQuickCheckIntProperty 638 NormQuickCheckIntProperty(int source, int which, int max) NormQuickCheckIntProperty() argument 648 getMaxValue(int which) getMaxValue() argument 791 getIntPropertyValue(int c, int which) getIntPropertyValue() argument 804 getIntPropertyMaxValue(int which) getIntPropertyMaxValue() argument 815 getSource(int which) getSource() argument [all...] |
/third_party/selinux/checkpolicy/ |
H A D | policy_define.h | 15 avrule_t *define_cond_compute_type(int which); 17 avrule_t *define_cond_te_avtab(int which); 26 int define_default_user(int which); 27 int define_default_role(int which); 28 int define_default_type(int which); 29 int define_default_range(int which); 31 int define_compute_type(int which); 62 int define_te_avtab(int which); 63 int define_te_avtab_extended_perms(int which);
|
/third_party/libinput/src/ |
H A D | quirks.h | 207 quirks_has_quirk(struct quirks *q, enum quirk which); 219 enum quirk which, 232 enum quirk which, 245 enum quirk which, 261 enum quirk which, 274 enum quirk which, 287 enum quirk which, 300 enum quirk which, 313 enum quirk which, 326 enum quirk which, [all...] |
/third_party/python/Lib/ |
H A D | webbrowser.py | 31 # Need to match to the default browser returned by xdg-settings, which 119 if not shutil.which(cmd): 188 """Class for all browsers which are to be started in the 462 if shutil.which("xdg-open"): 467 if shutil.which("gio"): 471 if "GNOME_DESKTOP_SESSION_ID" in os.environ and shutil.which("gvfs-open"): 475 if "KDE_FULL_SESSION" in os.environ and shutil.which("kfmclient"): 478 if shutil.which("x-www-browser"): 483 if shutil.which(browser): 490 if shutil.which(browse [all...] |
/third_party/ltp/testcases/kernel/syscalls/setitimer/ |
H A D | setitimer01.c | 32 int which; member 41 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer() argument 43 return tst_syscall(__NR_setitimer, which, new_value, old_value); in sys_setitimer() 66 tst_res(TINFO, "tc->which = %s", tc->des); in verify_setitimer() 68 if (tc->which == ITIMER_REAL) { in verify_setitimer() 81 TST_EXP_PASS(sys_setitimer(tc->which, value, NULL)); in verify_setitimer() 84 TST_EXP_PASS(sys_setitimer(tc->which, value, ovalue)); in verify_setitimer() 97 margin = tc->which == ITIMER_REAL ? 0 : time_step; in verify_setitimer() 114 TST_EXP_PASS(sys_setitimer(tc->which, value, NULL)); in verify_setitimer() 132 if (tc->which in verify_setitimer() [all...] |
/third_party/ltp/testcases/kernel/syscalls/getitimer/ |
H A D | getitimer01.c | 25 int which; member 45 tst_res(TINFO, "tc->which = %s", tc->des); in verify_getitimer() 47 if (tc->which == ITIMER_REAL) { in verify_getitimer() 54 TST_EXP_PASS(getitimer(tc->which, value)); in verify_getitimer() 61 TST_EXP_PASS(setitimer(tc->which, value, NULL)); in verify_getitimer() 64 TST_EXP_PASS(getitimer(tc->which, value)); in verify_getitimer() 77 long margin = (tc->which == ITIMER_REAL) ? 0 : jiffy; in verify_getitimer() 93 if (tc->which == ITIMER_REAL) { in verify_getitimer() 101 TST_EXP_PASS_SILENT(setitimer(tc->which, value, NULL)); in verify_getitimer()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 12 * the same field should be called "TT" which is _INSANE_ and I'm not doing it. 15 * the same title, which is not the same title as the default output. (No.) 21 * field always prints "-" with an alignment of 1, which is why it has 11 25 * which changes -l by removing the "F" column and swapping RSS for ADDR, 225 short which, len, reverse; member 278 starting position of each string after the first (which is always 0). */ 299 * slot: which slot[] out of procpid. Negative means it's a string field. 304 * so in this case "NAME" becomes PS_NAME which is the offset into typos[] 441 // about symbol order might be: "which *[><]=* *PS" in help_help() 505 int which in string_field() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/getpriority/ |
H A D | getpriority01.c | 21 int which; member 34 TEST(getpriority(tc->which, 0)); in verify_getpriority() 38 tc->which); in verify_getpriority() 45 tc->which, TST_RET, tc->min, tc->max); in verify_getpriority() 50 tc->which, TST_RET); in verify_getpriority()
|