Searched refs:SET (Results 1 - 25 of 170) sorted by relevance

1234567

/macosx-10.10.1/cups-408/cups/cups/
H A Dmd5.c163 #define SET(a, b, c, d, k, s, Ti)\ macro
167 SET(a, b, c, d, 0, 7, T1);
168 SET(d, a, b, c, 1, 12, T2);
169 SET(c, d, a, b, 2, 17, T3);
170 SET(b, c, d, a, 3, 22, T4);
171 SET(a, b, c, d, 4, 7, T5);
172 SET(d, a, b, c, 5, 12, T6);
173 SET(c, d, a, b, 6, 17, T7);
174 SET(b, c, d, a, 7, 22, T8);
175 SET(
183 #undef SET macro
189 #define SET macro
209 #undef SET macro
215 #define SET macro
235 #undef SET macro
241 #define SET macro
261 #undef SET macro
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/digest/md5/
H A Dmd5.c244 #define SET(a, b, c, d, k, s, Ti)\ macro
248 SET(a, b, c, d, 0, 7, T1);
249 SET(d, a, b, c, 1, 12, T2);
250 SET(c, d, a, b, 2, 17, T3);
251 SET(b, c, d, a, 3, 22, T4);
252 SET(a, b, c, d, 4, 7, T5);
253 SET(d, a, b, c, 5, 12, T6);
254 SET(c, d, a, b, 6, 17, T7);
255 SET(b, c, d, a, 7, 22, T8);
256 SET(
264 #undef SET macro
270 #define SET macro
290 #undef SET macro
296 #define SET macro
316 #undef SET macro
322 #define SET macro
342 #undef SET macro
[all...]
/macosx-10.10.1/libarchive-30/libarchive/
H A DCMakeLists.txt6 SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake")
23 SET(_version_number ${_major}${_minor}${_revision})
27 SET(VERSION "${_major}.${_minor}.${_revision}${_quality}")
28 SET(BSDCPIO_VERSION_STRING "${VERSION}")
29 SET(BSDTAR_VERSION_STRING "${VERSION}")
30 SET(LIBARCHIVE_VERSION_NUMBER "${_version_number}")
31 SET(LIBARCHIVE_VERSION_STRING "${VERSION}")
33 SET(SOVERSION 8)
56 SET(ENABLE_TAR_SHARED ON)
57 SET(ENABLE_CPIO_SHARE
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dcontext_s.c88 #define SET(C, F) (C)->funcs.F = kadm5_s_ ## F macro
89 SET(c, chpass_principal);
90 SET(c, chpass_principal_with_key);
91 SET(c, create_principal);
92 SET(c, delete_principal);
93 SET(c, destroy);
94 SET(c, flush);
95 SET(c, get_principal);
96 SET(c, get_principals);
97 SET(
[all...]
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dinstall.com48 $ SET NOON
52 $ SET FILE/PROT=W:RE WRK_SSLEXE:'E'.EXE
54 $ SET ON
58 $ SET NOON
60 $ SET FILE/PROT=W:RE WRK_SSLEXE:CA.COM
62 $ SET FILE/PROT=W:R WRK_SSLROOT:[000000]OPENSSL.CNF
63 $ SET ON
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DMismatchedCharException.hpp29 static const int SET = 5; member in class:antlr::MismatchedCharException
37 SET = 5,
55 // For SET/NOT_SET
H A DMismatchedTokenException.hpp105 static const int SET = 5; member in class:antlr::MismatchedTokenException
113 SET = 5, enumerator in enum:antlr::MismatchedTokenException::__anon4380
128 /// For SET/NOT_SET
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c263 #define SET(t, f) (t) |= (f) macro
310 SET(cflag, CS8);
314 SET(cflag, CS7|PARENB);
315 SET(iflag, ISTRIP);
317 SET(iflag, INPCK|IGNPAR);
318 SET(cflag, PARODD);
322 SET(iflag, INPCK|IGNPAR);
338 SET(cflag, HUPCL);
343 SET(cflag, MDMBUF);
348 SET(cfla
[all...]
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dinstall.com51 $ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'EXHEADER'
58 $ SET NOON
62 $ SET FILE/PROT=W:RE WRK_SSLXEXE:'E'.EXE
64 $ SET ON
73 $ SET NOON
78 $ SET FILE/PROT=W:RE WRK_SSLXLIB:'E'.OLB
84 $ SET FILE/PROT=W:RE WRK_SSLXLIB:'E'.EXE
86 $ SET ON
/macosx-10.10.1/text_cmds-88/tr/
H A Dextern.h45 CCLASS, CCLASS_UPPER, CCLASS_LOWER, SET } state; enumerator in enum:__anon13898::__anon13900
/macosx-10.10.1/sudo-73/src/
H A Dparse_args.c112 SET(tgetpass_flags, TGP_ASKPASS);
120 SET(flags, MODE_BACKGROUND);
135 SET(flags, MODE_PRESERVE_ENV);
147 SET(flags, MODE_RESET_HOME);
158 SET(flags, MODE_LOGIN_SHELL);
162 SET(flags, MODE_INVALIDATE);
187 SET(flags, MODE_NONINTERACTIVE);
190 SET(flags, MODE_PRESERVE_GROUPS);
205 SET(tgetpass_flags, TGP_STDIN);
208 SET(flag
[all...]
H A Denv.c639 SET(*didvar, DID_HOME);
643 SET(*didvar, DID_LOGNAME);
647 SET(*didvar, DID_MAIL);
651 SET(*didvar, DID_PATH);
655 SET(*didvar, DID_SHELL);
659 SET(*didvar, DID_TERM);
663 SET(*didvar, DID_USER);
665 SET(*didvar, DID_USERNAME);
762 SET(didvar, DID_HOME);
766 SET(didva
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DMismatchedCharException.cpp63 , mismatchType(matchNot ? NOT_SET : SET)
87 case SET :
114 const int MismatchedCharException::SET; member in class:antlr::MismatchedCharException
H A DMismatchedTokenException.cpp73 , mismatchType(matchNot ? NOT_SET : SET)
132 , mismatchType(matchNot ? NOT_SET : SET)
155 case SET:
190 const int MismatchedTokenException::SET; member in class:antlr::MismatchedTokenException
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A DCMakeLists.txt8 SET(bsdcpio_SOURCES
30 SET(bsdcpio_MANS bsdcpio.1)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql4 SET IDENTITY_INSERT ldap_oc_mappings ON
13 SET IDENTITY_INSERT ldap_oc_mappings OFF
16 SET IDENTITY_INSERT ldap_attr_mappings ON
69 SET IDENTITY_INSERT ldap_attr_mappings OFF
73 SET IDENTITY_INSERT ldap_entries ON
92 SET IDENTITY_INSERT ldap_entries OFF
106 SET QUOTED_IDENTIFIER OFF SET ANSI_NULLS ON
149 UPDATE example.persons SET name=@new_name WHERE id=@keyval;
153 UPDATE example.persons SET surnam
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/tools/
H A Dmakevms.com22 $ SET MESSAGE/NOID/NOFAC/NOSEV/NOTEXT
24 $ SET MESSAGE 'SAVE_MESS'
33 $ SET DEFAULT 'THIS_DIR'
112 $ SET DEFAULT 'CURRENT_DIR'
/macosx-10.10.1/pcre-7/pcre/
H A Dmakevp.bat22 SET BORLAND=f:\bcc
24 SET TASM=f:\tasm
26 SET PATH=%PATH%;%BORLAND%\bin;%TASM%\bin
27 SET PCRE_VER=77
28 SET COMPILE_DEFAULTS=-DHAVE_CONFIG_H -DPCRE_STATIC -I%BORLAND%\include
/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dsyssub.c503 #define SET(x) if (q->x == (char *) &_uuconf_unset) q->x = NULL
504 SYSTEM_STRINGS(SET); macro
505 #undef SET macro
506 #define SET(x) if (q->x == (char **) &_uuconf_unset) q->x = NULL
507 SYSTEM_STRING_ARRAYS(SET);
508 #undef SET macro
509 #define SET(x) \ macro
511 SYSTEM_TIMESPANS (SET);
512 #undef SET macro
513 #define SET(
499 #define SET macro
501 #undef SET macro
502 #define SET macro
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcsc.vim100 sy match cscComE contained "^\s*SET.*"
120 sy match cscComW "^\s*\<SET.*"
121 sy match cscCom "^\s*\<SET\s\+Commands"
122 sy match cscCom "^\s*\<SET\s\+AGGMISSG"
123 sy match cscCom "^\s*\<SET\s\+CACHE"
124 sy match cscCom "^\s*\<SET\s\+CALCHASHTBL"
125 sy match cscCom "^\s*\<SET\s\+CLEARUPDATESTATUS"
126 sy match cscCom "^\s*\<SET\s\+FRMLBOTTOMUP"
127 sy match cscCom "^\s*\<SET\s\+LOCKBLOCK"
128 sy match cscCom "^\s*\<SET\
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Deqn_tab.h56 #define SET 312 macro
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A DCMakeLists.txt8 SET(bsdtar_SOURCES
37 SET(bsdtar_MANS bsdtar.1)
/macosx-10.10.1/OpenSSL098-52/src/
H A Dinstall.com70 $ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'EXHEADER'
78 $ SET DEFAULT [.'D']
80 $ SET DEFAULT [-]
91 $ SET DEFAULT 'DEF_ORIG'
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfstrtof.h129 #define SET(p,t,b) macro
140 #define SET(p,t,b) (t=p,b=back) macro
145 #define SET(p,t,b) (t=p) macro
232 SET(s, t, b);
353 SET(s, t, b);
361 SET(s, t, b);
421 SET(s, t, b);
426 SET(s, t, b);
/macosx-10.10.1/vim-55/
H A Dvimtutor.bat13 FOR %%d in (. %TMP% %TEMP%) DO IF EXIST %%d\nul SET TUTORCOPY=%%d\$tutor$
15 SET xx=%1
19 SET xx=%1
67 SET xx=

Completed in 328 milliseconds

1234567