Searched refs:comm (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dxalias.bash12 comm=$(echo $2 | sed 's/\\!\*/\"$\@\"/g
17 comm="$2 \"\$@\"" ;;
20 eval function $1 \(\) "{" command "$comm" "; }"
/macosx-10.10.1/screen-22/screen/
H A Dcomm.sh16 rm -f comm.h
17 cat << EOF > comm.h
19 * This file is automagically created from comm.c -- DO NOT EDIT
22 struct comm
69 $AWK < ${srcdir}/comm.c >> comm.h '
77 $CC -E -I. -I${srcdir} ${srcdir}/comm.c > comm.cpp
78 sed < comm.cpp \
87 ' >> comm
[all...]
H A DMakefile.in56 termcap.c input.c attacher.c pty.c process.c display.c comm.c \
61 termcap.o input.o attacher.o pty.o process.o display.o comm.o \
111 rm -f shadow/term.h shadow/tty.c shadow/comm.h shadow/osdef.h
124 comm.h: comm.c comm.sh config.h
125 AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
140 rm -f tty.c term.h comm.h osdef.h kmapdef.c core
144 # building of term.h/comm.h requires awk. Keep it in the distribution
161 rm -f tty.c term.h comm
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/comm/
H A DpkgIndex.tcl2 package ifneeded comm 4.6.1 [list source [file join $dir comm.tcl]]
H A Dcomm.tcl0 # comm.tcl --
7 # (Please see the file "comm.LICENSE" that accompanied this source,
11 # This is the 'comm' package written by Jon Robert LoVerso, placed
17 # comm works just like Tk's send, except that it uses sockets.
20 # comm send ?-async? <id> <cmd> ?<arg> ...?
21 # comm interps
23 # See the manual page comm.n for further details on this package.
25 # RCS: @(#) $Id: comm.tcl,v 1.33 2009/11/04 17:51:53 andreas_kupries Exp $
28 package require snit ; # comm::future objects.
30 namespace eval ::comm {
[all...]
/macosx-10.10.1/MITKerberosShim-66/
H A Dheim-proxy.ppc.s307 .comm _fun_gss_accept_sec_context,4,2
308 .comm _fun_gss_acquire_cred,4,2
309 .comm _fun_gss_add_cred,4,2
310 .comm _fun_gss_add_oid_set_member,4,2
311 .comm _fun_gss_canonicalize_name,4,2
312 .comm _fun_gss_compare_name,4,2
313 .comm _fun_gss_context_time,4,2
314 .comm _fun_gss_create_empty_oid_set,4,2
315 .comm _fun_gss_delete_sec_context,4,2
316 .comm _fun_gss_display_nam
[all...]
H A Dheim-sym.ppc.s415 .comm _fun_krb5_cc_end_seq_get,4,2
416 .comm _fun_krb5_config_get_string,4,2
417 .comm _fun_krb5_set_default_in_tkt_etypes,4,2
418 .comm _fun_krb5_get_pw_salt,4,2
419 .comm _fun_krb5_free_salt,4,2
420 .comm _fun_krb5_string_to_key_data_salt,4,2
421 .comm _fun_krb5_free_keyblock_contents,4,2
422 .comm _fun_krb5_set_real_time,4,2
423 .comm _fun_krb5_mk_req_extended,4,2
424 .comm _fun_krb5_free_keybloc
[all...]
H A Dheim-sym.i386.s2011 .comm _fun_krb5_cc_end_seq_get,4,2
2012 .comm _fun_krb5_config_get_string,4,2
2013 .comm _fun_krb5_set_default_in_tkt_etypes,4,2
2014 .comm _fun_krb5_get_pw_salt,4,2
2015 .comm _fun_krb5_free_salt,4,2
2016 .comm _fun_krb5_string_to_key_data_salt,4,2
2017 .comm _fun_krb5_free_keyblock_contents,4,2
2018 .comm _fun_krb5_set_real_time,4,2
2019 .comm _fun_krb5_mk_req_extended,4,2
2020 .comm _fun_krb5_free_keybloc
[all...]
H A Dheim-proxy.i386.s1263 .comm _fun_gss_accept_sec_context,4,2
1264 .comm _fun_gss_acquire_cred,4,2
1265 .comm _fun_gss_add_cred,4,2
1266 .comm _fun_gss_add_oid_set_member,4,2
1267 .comm _fun_gss_canonicalize_name,4,2
1268 .comm _fun_gss_compare_name,4,2
1269 .comm _fun_gss_context_time,4,2
1270 .comm _fun_gss_create_empty_oid_set,4,2
1271 .comm _fun_gss_delete_sec_context,4,2
1272 .comm _fun_gss_display_nam
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dbintest.s12 .comm common_symbol,4
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/misc/
H A Daliasconv.bash20 comm=$(echo $2 | sed 's/\!\*/"$\@"/g
23 echo $1 \(\) "{" command "$comm" "; }"
H A Daliasconv.sh20 comm=`echo $2 | sed 's/\\!\*/"$\@"/g
23 echo $1 \(\) "{" command "$comm" "; }"
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dserver.tcl9 package require comm ; # Generic message transport
20 variable comm
25 if {$comm ne ""} return
42 set comm [comm::comm new ::nameserv::server::COMM \
48 $comm hook lost ::nameserv::server::LOST
55 variable comm
60 if {$comm eq ""} return
67 $comm destro
[all...]
H A Dnns.tcl9 package require comm ; # Generic message transport
182 variable comm
186 if {$comm ne ""} {return $comm}
201 set comm [comm::comm new ::nameserv::CSERV \
206 $comm hook lost ::nameserv::LOST
208 log::debug [list SERV @ $sid : $comm]
209 return $comm
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dwebclient.xotcl4 @ @File {description {For a sample webclient, see packages/comm/xocomm.test}}
5 package require xotcl::comm::httpAccess
H A Dftp.xotcl6 package require xotcl::comm::ftp
/macosx-10.10.1/xnu-2782.1.97/SETUP/
H A Dsetup.sh4 eval `comm -13 "${setup_tmp}/orig" "${setup_tmp}/exports" | sed 's,^\(.*\)$,export "\1",'`
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/devtools/
H A Dcoserv.tcl7 ## via 'comm'. They assume that the 'tcltest' environment is present
8 ## without having to load it explicitly. We do load 'comm' explicitly.
14 ## Load "comm" into the master.
18 package forget comm
19 catch {namespace delete comm}
26 set ::coserv::commsrc [file join [file dirname [file dirname [info script]]] comm comm.tcl]
33 puts "Error loading \"comm\": $msg"
37 package require comm
39 puts "- coserv (comm serve
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr010/
H A Dchk.str24 spell | sort -u | comm -23 /dev/stdin spell.ok > $t1
34 spell | sort -u | comm -23 /dev/stdin spell.ok | tee /tmp/f/1 > $t1
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dserver.tcl7 package require comm
10 puts "Listening on [comm::comm self]"
H A Dsending_client.tcl5 package require comm
12 server {comm::comm send} $id
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/interp/
H A Ddeleg_method.tcl3 # (Delegation of methods to a remote interpreter via a comm
25 # syntax: ?-async? name arguments comm id
39 foreach {name arguments comm rid} $args break
54 append body [list $comm] " " "send "
H A Ddeleg_proc.tcl3 # (Delegation of commands to a remote interpreter via a comm
24 # syntax: ?-async? name arguments comm id
41 foreach {name arguments comm rid} $args break
57 append body [list $comm] " " "send "
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DtrampolineClient.cpp138 int comm[2]; local
139 if (communicationsPipe && socketpair(AF_UNIX, SOCK_STREAM, 0, comm)) {
168 close(comm[WRITE]);
185 if (communicationsPipe) { close(comm[READ]); close(comm[WRITE]); }
190 *communicationsPipe = fdopen(comm[READ], "r+");
202 close(comm[READ]);
208 // fd 0 (stdin) holds either the comm-link write-end or /dev/null
210 dup2(comm[WRITE], 0);
211 close(comm[WRIT
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/rep/
H A DMakefile3 BUILD= app.html base_meth.html bulk.html clock_skew.html comm.html \

Completed in 228 milliseconds

1234