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

1234567891011>>

/macosx-10.9.5/ncurses-42/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.9.5/Libc-997.90.3/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.9.5/ntp-88/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.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DAppliance.tcl33 if {[itcl_info objects [info which $outlet]] == ""} {
/macosx-10.9.5/shell_cmds-175/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.9.5/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.9.5/WebKit-7537.78.2/WebKit.vcxproj/Interfaces/
H A DInterfacesPostBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe bash
/macosx-10.9.5/bind9-45.100/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.9.5/Libc-997.90.3/darwin/
H A D_dirhelper.c159 __user_local_dirname(uid_t uid, dirhelper_which_t which, char *path, size_t pathlen) argument
169 if((int)which < 0 || which > DIRHELPER_USER_LOCAL_LAST) {
170 setcrashlogmessage("Out of range: which=%d", (int)which);
182 if(which == DIRHELPER_USER_LOCAL_TEMP) {
191 setcrashlogmessage("Only DIRHELPER_USER_LOCAL_TEMP is supported: which=%d", (int)which);
212 VAR_FOLDERS_PATH, BUCKETLEN, str, str + BUCKETLEN, subdirs[which]);
258 __private_extern__ char *_dirhelper(dirhelper_which_t which, cha
260 _dirhelper(dirhelper_which_t which, char *path, size_t pathlen) argument
[all...]
H A Ddirhelper_priv.h46 char *__user_local_dirname(uid_t uid, dirhelper_which_t which, char *path,
/macosx-10.9.5/ICU-511.35/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
321 biDiGetMaxValue(const IntProperty & , UProperty which) argument
393 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) argument
455 u_getIntPropertyValue(UChar32 c, UProperty which) argument
476 u_getIntPropertyMaxValue(UProperty which) argument
489 uprops_getSource(UProperty which) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D27-string-as-type.t18 like( $@, qr/\QThe 'foo' parameter ("1") has a type specification which is not a number. It is a string - SCALAR/ );
31 like( $@, qr/\QThe 'foo' parameter ("1") has a type specification which is not a number. It is undef/ );
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dautogen.sh18 if which $i > /dev/null 2>&1; then
32 if which $i > /dev/null 2>&1; then
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DBatteryTimeRemaining.h57 __private_extern__ void switchActiveBatterySet(int which);
/macosx-10.9.5/bash-92/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.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dcopyio.c61 * Copyin/out variants all boil done to just these 2 routines in locore.s which
231 copyio_phys(addr64_t source, addr64_t sink, vm_size_t csize, int which) argument
237 if (which & cppvPsnk) {
246 return copyio(ctype, vaddr, paddr, csize, NULL, which & cppvKmap);
283 copypv(addr64_t src64, addr64_t snk64, unsigned int size, int which) argument
289 (unsigned)snk64, size, which, 0);
291 if ((which & (cppvPsrc | cppvPsnk)) == 0 ) /* Make sure that only one is virtual */
294 if ((which & (cppvPsrc | cppvPsnk)) == (cppvPsrc | cppvPsnk))
310 if (which & cppvPsrc)
326 if (which
[all...]
/macosx-10.9.5/bind9-45.100/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.9.5/libpcap-42/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.9.5/tcl-102/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.9.5/JavaScriptCore-7537.78.1/JavaScriptCore.vcxproj/
H A DJavaScriptCorePreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe bash
/macosx-10.9.5/JavaScriptCore-7537.78.1/JavaScriptCore.vcxproj/jsc/
H A DjscPreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe bash
/macosx-10.9.5/JavaScriptCore-7537.78.1/JavaScriptCore.vcxproj/testRegExp/
H A DtestRegExpPreBuild.cmd1 %SystemDrive%\cygwin\bin\which.exe bash

Completed in 334 milliseconds

1234567891011>>