Searched refs:which (Results 1 - 25 of 1220) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A Dsetpriority.c28 extern int __setpriority(int which, id_t who, int prio);
36 setpriority(int which, id_t who, int prio) argument
38 int rv = __setpriority(which, who, prio);
39 if (which == PRIO_DARWIN_THREAD && rv == -2) {
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dsavescreen.c94 show_what(int which, int last) argument
102 printw("Saved %d of %d - %s", which, last + 1, ctime(&now));
110 get_command(int which, int last) argument
117 show_what(which, last);
146 int which = 0; local
192 which = last;
193 if (load_screen(files[which]) == ERR) {
195 printf("Cannot load screen-dump %s\n", files[which]);
208 which = last;
218 if (--which <
[all...]
H A Ddemo_panels.c100 int which,
106 wprintw(win, "%s for panel %d now %d,%d%s", text, which, ypos, xpos, also);
113 int which,
125 show_position(text, also, which, y1, x1);
232 my_remove_panel(PANEL ** pans, int which) argument
234 if (pans[which] != 0) {
235 PANEL *pan = pans[which];
243 pans[which] = 0;
252 my_create_panel(PANEL ** pans, int which, FillPanel myFill) argument
256 short pair = (short) which;
98 show_position(NCURSES_CONST char *text, NCURSES_CONST char *also, int which, int ypos, int xpos) argument
111 get_position(NCURSES_CONST char *text, NCURSES_CONST char *also, int which, int *xpos, int *ypos) argument
296 my_move_panel(PANEL ** pans, int which, bool continuous) argument
321 my_resize_panel(PANEL ** pans, int which, FillPanel myFill) argument
563 int which = cmd[1] - '0'; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/util/
H A Dlogout.c77 int which; local
96 which = _utmp_compat(ux, &u);
97 if (which & UTMP_COMPAT_UTMP0)
99 else if (which & UTMP_COMPAT_UTMP1)
H A Dlogwtmp.c78 int which; local
98 which = _utmp_compat(&utx, &u);
99 if (which & UTMP_COMPAT_WTMP)
101 if (which & UTMP_COMPAT_LASTLOG)
/macosx-10.10.1/ntp-92/sntp/
H A Dheader.h70 extern void open_socket (int which, char *hostnames, int timespan);
72 extern void write_socket (int which, void *packet, int length);
74 extern int read_socket (int which, void *packet, int length, int waiting);
76 extern int flush_socket (int which);
78 /* extern void close_socket (int which); */
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DAppliance.tcl33 if {[itcl_info objects [info which $outlet]] == ""} {
/macosx-10.10.1/shell_cmds-179/renice/
H A Drenice.c64 * or groups of processes which are already
71 int errs, incr, prio, which, who; local
77 which = PRIO_PROCESS;
100 which = PRIO_PGRP;
104 which = PRIO_USER;
108 which = PRIO_PROCESS;
124 if (which == PRIO_USER) {
146 errs += donice(which, who, prio, incr);
152 donice(int which, int who, int prio, int incr) argument
157 oldprio = getpriority(which, wh
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationConfig.java75 static ReplicationConfig fromInt(int which) { argument
76 switch(which) {
91 "Unknown replication config: " + which);
/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/Interfaces/
H A DInterfacesPostBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe bash
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dmisc_helpers.cpp336 std::string which = atf::env::get("TESTCASE"); local
339 if (which == "config")
341 if (which == "fds")
343 if (which == "mux_streams")
345 if (which == "testvar")
347 if (which == "env_list")
349 if (which == "env_home")
351 if (which == "umask")
353 if (which == "cleanup_states")
355 if (which
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
62 return ucase_hasBinaryProperty(c, which);
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
99 (UNormalizationMode)(which
280 u_hasBinaryProperty(UChar32 c, UProperty which) argument
325 biDiGetMaxValue(const IntProperty & , UProperty which) argument
397 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) argument
460 u_getIntPropertyValue(UChar32 c, UProperty which) argument
481 u_getIntPropertyMaxValue(UProperty which) argument
494 uprops_getSource(UProperty which) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/
H A Dautogen.sh18 if which $i > /dev/null 2>&1; then
32 if which $i > /dev/null 2>&1; then
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistory.c119 /* Begin a session in which the history functions might be used. This
141 /* Returns the magic number which says what history element we are
198 /* Return the history entry which is logically at OFFSET in the history array.
368 replace_history_entry (which, line, data)
369 int which;
375 if (which < 0 || which >= history_length)
379 old_value = the_history[which];
384 the_history[which] = temp;
390 NEW. WHICH says which on
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dcopyio.c61 * Copyin/out variants all boil done to just these 2 routines in locore.s which
232 copyio_phys(addr64_t source, addr64_t sink, vm_size_t csize, int which) argument
238 if (which & cppvPsnk) {
247 return copyio(ctype, vaddr, paddr, csize, NULL, which & cppvKmap);
284 copypv(addr64_t src64, addr64_t snk64, unsigned int size, int which) argument
290 (unsigned)snk64, size, which, 0);
292 if ((which & (cppvPsrc | cppvPsnk)) == 0 ) /* Make sure that only one is virtual */
295 if ((which & (cppvPsrc | cppvPsnk)) == (cppvPsrc | cppvPsnk))
311 if (which & cppvPsrc)
327 if (which
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzkt.c149 static void list_key (const dki_t **nodep, const VISIT which, int depth) argument
156 //fprintf (stderr, "listkey %d %d %s\n", which, depth, dkp->name);
158 if ( which == INORDER || which == LEAF )
197 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth)
205 if ( which == INORDER || which == LEAF )
207 // fprintf (stderr, "list_trustedkey order=%d(pre=0,in=1,post=2,leaf=3) depth=%d %s\n", which, depth, dkp->name);
220 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth) argument
228 if ( which
272 list_dnskey(const dki_t **nodep, const VISIT which, int depth) argument
322 set_keylifetime(const dki_t **nodep, const VISIT which, int depth) argument
369 tag_search(const dki_t **nodep, const VISIT which, int depth) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keySizePref/
H A DkeySizePref.cpp28 CFStringRef which = NULL; local
58 which = kRSAMaxKeySizePref;
62 which = kRSAMacPublicExponentPref;
91 prefs->removeValue(which);
95 prefs->setValue(which, cfVal);
120 CFNumberRef cfVal = (CFNumberRef)prefs.getValue(which);
/macosx-10.10.1/libpcap-48/libpcap/tests/
H A Dfindalldevstest.c124 static short which; local
128 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1);
129 sprintf(output[which], "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
130 return output[which];
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A DREADME8 which uses all of these files to create the MPW makefiles and
12 but are when run through the "mactrans" program, which turns
17 they are put into unix tarfiles, which tend to mangle the
/macosx-10.10.1/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/jsc/
H A DjscPreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe perl
/macosx-10.10.1/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/testRegExp/
H A DtestRegExpPreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe perl
/macosx-10.10.1/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/testapi/
H A DtestapiPreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe perl
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DSecSMIMEPriv.h75 * When finished, it is called with a "which" of CIPHER_FAMILID_MASK.
85 * - The "which" values are defined in ciferfam.h (the SMIME_* values,
94 * SEC_ERROR_XXX ("which" is not in the S/MIME cipher family)
98 extern OSStatus SecSMIMEEnableCipher(uint32 which, Boolean on);
108 * - The "which" values are defined in ciferfam.h (the SMIME_* values,
113 extern OSStatus SecSMIMEAllowCipher(uint32 which, Boolean on);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecSMIMEPriv.h75 * When finished, it is called with a "which" of CIPHER_FAMILID_MASK.
85 * - The "which" values are defined in ciferfam.h (the SMIME_* values,
94 * SEC_ERROR_XXX ("which" is not in the S/MIME cipher family)
98 extern OSStatus SecSMIMEEnableCipher(uint32 which, Boolean on);
108 * - The "which" values are defined in ciferfam.h (the SMIME_* values,
113 extern OSStatus SecSMIMEAllowCipher(uint32 which, Boolean on);

Completed in 193 milliseconds

1234567891011>>