Searched refs:conversions (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dattr_scan0.c259 int conversions; local
287 for (conversions = 0; /* void */ ; conversions++) {
302 return (conversions);
334 return (conversions);
338 return (conversions);
351 return (conversions);
402 return (conversions);
407 return (conversions);
H A Dattr_scan64.c262 int conversions; local
290 for (conversions = 0; /* void */ ; conversions++) {
305 return (conversions);
337 return (conversions);
341 return (conversions);
354 return (conversions);
461 return (conversions);
466 return (conversions);
H A Dattr_scan_plain.c275 int conversions; local
303 for (conversions = 0; /* void */ ; conversions++) {
318 return (conversions);
350 return (conversions);
354 return (conversions);
367 return (conversions);
444 return (conversions);
449 return (conversions);
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dja-dic-cnv.el519 (let ((conversions (cdr entry)))
520 (while conversions
521 (if (not (member (car conversions) (car entry2)))
522 (setcar entry2 (cons (car conversions) (car entry2))))
523 (setq conversions (cdr conversions))))
542 (let ((conversions (cdr entry)))
543 (while conversions
544 (if (not (member (car conversions) (car entry2)))
545 (setcar entry2 (cons (car conversions) (ca
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtcrl11 echo testing crl conversions
H A Dtpkcs711 echo testing pkcs7 conversions
H A Dtsid11 echo testing session-id conversions
H A Dtreq16 echo testing req conversions
H A Dtrsa16 echo testing rsa conversions
H A Dtx50911 echo testing X509 conversions
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dndr.h187 #warning NDR character representation conversions not implemented yet!
195 #warning NDR floating point representation conversions not implemented yet!
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/utbm/
H A DREADME38 o Upper, lower, and title case conversions are one-to-one.
40 o For conversions between upper, lower, and title case, UCS2 characters
/macosx-10.10.1/shell_cmds-179/seq/
H A Dseq.c229 int conversions = 0; local
232 /* scan for conversions */
248 /* valid conversions */
250 conversions++ < 1) {
265 return (conversions <= 1);
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/
H A Dfiddle.h104 #include <conversions.h>
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducol_sit.cpp114 static const AttributeConversion conversions[12] = { variable
133 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
134 if(conversions[i].letter == letter) {
135 return conversions[i].value;
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1665 static Hash *conversions = 0; variable
1760 if (!conversions)
1761 conversions = NewHash();
1796 if (!Getattr(conversions, ckey)) {
1817 Setattr(conversions, ckey, convname);
1822 /* This inserts conversions for typedefs */
1836 if (!Getattr(conversions, ckey)) {
1837 Setattr(conversions, ckey, convname);
1842 Setattr(conversions, ckey, convname);
1921 Printf(stdout, "---conversions
[all...]
/macosx-10.10.1/awk-20/src/
H A DFIXES178 and case conversions in national language, but "." will always
207 number->string conversions, as promised by posix and done by
681 warn about weird printf conversions.
793 made %* conversions work.
/macosx-10.10.1/lsof-53/lsof/
H A DCustomize643 lsof distribution for information on the conversions supported in
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpine.vim213 syn keyword pineOption disable-2022-jp-conversions
215 syn keyword pineOption disable-charset-conversions
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c302 * conversions, among other things. We need enough space to
489 * Scan the format for conversions (`%' character).
831 * C99 says to use `signed char' for %hhn conversions.
945 /* unsigned conversions */
948 * ``... diouXx conversions ... if a precision is
H A Dvfwprintf.c378 * conversions, among other things. We need enough space to
558 * Scan the format for conversions (`%' character).
893 * C99 says to use `signed char' for %hhn conversions.
1015 /* unsigned conversions */
1018 * ``... diouXx conversions ... if a precision is
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpod2man.pl29 Besides the obvious pod conversions, B<pod2man> also takes care of

Completed in 163 milliseconds