Searched refs:global (Results 101 - 125 of 505) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ftpd/
H A Dftpd.test18 global errorInfo
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dmmencode19 global line
H A Dmd31 global argv0
61 global md mode verbose check_src files zip
62 global argc argv
92 global md files zip
132 global md verbose check_src zip
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c210 * changes the global defaults and if it is, processed accordingly.
212 * global options.
215 add_option(struct archive_read *a, struct mtree_option **global, argument
231 option->next = *global;
232 *global = option;
237 remove_option(struct mtree_option **global, const char *value, size_t len) argument
242 for (iter = *global; iter != NULL; last = iter, iter = iter->next) {
251 *global = iter->next;
261 struct mtree_option **global, const char *line)
280 remove_option(global, lin
260 process_global_set(struct archive_read *a, struct mtree_option **global, const char *line) argument
289 process_global_unset(struct archive_read *a, struct mtree_option **global, const char *line) argument
321 process_add_entry(struct archive_read *a, struct mtree *mtree, struct mtree_option **global, const char *line, struct mtree_entry **last_entry) argument
392 struct mtree_option *global; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dterm_expect238 global term
246 global cols cur_col cur_row
261 global rows cols cur_row cur_col term
278 global cur_row rows cols term
306 global cur_row rows cols term
321 global cols cur_col cur_row
322 global term term_standout
394 global cur_row cur_col term
406 global flush
513 global term_counte
[all...]
H A Dftp-inband23 global verbose_flag
31 global prompt verbose_flag
116 global prompt verbose_flag
244 global verbose_flag
251 global verbose_flag
H A Dgethostbyaddr79 global verbose
87 global reverse tag IPaddress
144 global guessHost
150 global guessDomain
156 global guessHost guessDomain
H A Ddislocate87 global date proc pidfile
132 global pidfile date proc
145 global date proc prefix
155 global prefix date proc
182 global infifosuffix outfifosuffix
231 global in out
285 global fifos date proc
H A Dtkpasswd133 global sort_cmd passwd_cmd
134 global nopasswords ;# line numbers of entries with no passwords
135 global last_line ;# last line of text box
136 global selection_line
166 global password
175 global dict dict_loaded
192 global dict dict_check
206 global password passwd_cmd selection_line
262 global minnum minlower minupper length
291 global islef
[all...]
H A Dxpstat20 global max db hosts world
85 global xpilot alias
105 global db
135 global cat_spawn_id updateflag
146 global world db alias max env
246 global xpilot hosts
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dnnslog56 global argv
101 global argv0 ; append argv0 $sfx
107 global argv0
H A Dnns67 global argv
146 global argv0 ; append argv0 $sfx
156 global argv0
191 global argv0
276 global argv0
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dmenu220 global at
27 global at max
43 global at menu
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dremote.c100 if (sel == DB_TYPE_FILE) return global.db_file_max;
101 if (sel == DB_TYPE_MEMORY) return global.db_memory_max;
108 if (sel == DB_TYPE_FILE) global.db_file_max = size;
109 if (sel == DB_TYPE_MEMORY) global.db_memory_max = size;
119 if (sel == DB_TYPE_FILE) asl_store_statistics(global.file_db, &m);
120 if (sel == DB_TYPE_MEMORY) asl_memory_statistics(global.memory_db, &m);
156 if (global.dbtype & DB_TYPE_MEMORY) dbselect = DB_TYPE_MEMORY;
157 else if (global.dbtype & DB_TYPE_FILE) dbselect = DB_TYPE_FILE;
327 if ((global.dbtype & DB_TYPE_FILE) == 0)
338 if ((global
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit52 global FileName PaneMenu
88 global FileName PaneMenu
108 global FileName FileChanged
132 global FileName FileChanged FileWindows
160 global FileName FileChanged FileWindows PaneMenu
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor36 # Data Structures :: 3 global arrays.
185 global S BM
208 global BM
223 global BM
245 global BM UNDO
281 global UNDO BM
316 global BM bits
351 global S
379 global S BM
415 global
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dkpc_x86.c240 uint64_t global = 0, mask = 0, fixed_ctrl = 0; local
255 /* rmw the global control */
256 global = rdmsr64(MSR_IA32_PERF_GLOBAL_CTRL);
261 global |= mask;
263 global &= ~mask;
265 wrmsr64(MSR_IA32_PERF_GLOBAL_CTRL, global);
273 uint64_t global = 0, mask = 0; local
281 /* rmw the global control */
282 global = rdmsr64(MSR_IA32_PERF_GLOBAL_CTRL);
294 global |
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsignal.test46 global errorInfo
146 global errorInfo
190 global G_gotChild
213 set expect {123 {{SIGCHLD {trap 0 {global G_gotChild;set G_gotChild 1;sleep 1} 0}}}}
219 global G_gotChild
221 signal trap SIGCHLD {global G_gotChild;set G_gotChild 1;sleep 1}
236 global G_gotChild
238 signal trap SIGCHLD {global G_gotChild;set G_gotChild 1}
245 signal trap SIGCHLD {global G_gotChild;set G_gotChild 1}
254 global G_gotPip
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsocks++.h85 SocksServer *mServer; // global default server
93 static ModuleNexus<Global> global; // global state member in class:Security::IPPlusPlus::SocksServer
104 static SocksServer *defaultServer() { return global().server(); }
105 static void defaultServer(SocksServer *server) { global().server(server); }
142 void lastConnected(IPAddress addr) { global().lastConnected() = addr; }
143 IPAddress lastConnected() const { return global().lastConnected(); }
185 // We do this heuristic too, but it's unreliable: it's a per-thread global, and will
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsocks++.h85 SocksServer *mServer; // global default server
93 static ModuleNexus<Global> global; // global state member in class:Security::IPPlusPlus::SocksServer
104 static SocksServer *defaultServer() { return global().server(); }
105 static void defaultServer(SocksServer *server) { global().server(server); }
142 void lastConnected(IPAddress addr) { global().lastConnected() = addr; }
143 IPAddress lastConnected() const { return global().lastConnected(); }
185 // We do this heuristic too, but it's unreliable: it's a per-thread global, and will
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dsample1.rb232 button, global, label, pack = ip.commands().values_at(
233 "button", "global", "label", "pack")
254 # global ���������������������.
255 # global ���������������������������������������������������������������������������,
259 global.e(v1)
265 global.e(v1); v1.set(v1.get().to_i + 10)}))
268 global.e(v1); v1.set(v1.get().to_i - 10)}))
293 checkbutton, global, pack = ip.commands().values_at(
294 "checkbutton", "global", "pack")
300 global
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog27 global selfdir
36 global selfdir
46 global selfdir
58 global widgets
103 global widgets
121 global widgets iwManPage
147 global widgets remaining
168 global widgets
180 global widgets
199 global widget
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinherit.test30 global ::test_cd_watch
34 global ::test_cd_watch
40 global ::test_cd_watch
44 global ::test_cd_watch
53 global ::test_cd_watch
57 global ::test_cd_watch
63 global ::test_cd_watch
67 global ::test_cd_watch
76 global ::test_cd_watch
80 global
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dtmc75 global argv
132 global argv0
139 global argv0
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A Dexport.sh3 echo that the kext include fewer global symbols

Completed in 366 milliseconds

1234567891011>>