Searched refs:sv (Results 151 - 175 of 189) sorted by relevance

12345678

/macosx-10.9.5/ICU-511.35/icuSources/data/region/
H A Dresfiles.mk87 sr.txt sr_Cyrl.txt sr_Latn.txt sv.txt sv_FI.txt\
/macosx-10.9.5/ICU-511.35/icuSources/data/zone/
H A Dresfiles.mk98 sr.txt sr_Cyrl.txt sr_Latn.txt sv.txt sv_FI.txt\
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h300 struct source_version_command *sv);
H A Dofile_print.c1828 struct source_version_command sv; local
2234 memset((char *)&sv, '\0',sizeof(struct source_version_command));
2237 memcpy((char *)&sv, (char *)lc, size);
2239 swap_source_version_command(&sv, host_byte_sex);
2240 print_source_version_command(&sv);
3462 struct source_version_command *sv)
3467 printf(" cmdsize %u", sv->cmdsize);
3468 if(sv->cmdsize != sizeof(struct source_version_command))
3472 a = (sv->version >> 40) & 0xffffff;
3473 b = (sv
3461 print_source_version_command( struct source_version_command *sv) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/packaging/
H A Dcups.list.in57 %replaces cups-sv
84 %replaces cups-sv
129 %replaces cups.sw.sv
152 %replaces cups-sv
437 #f 0444 root sys $LOCALEDIR/sv/cups_sv.po locale/cups_sv.po
520 #d 0755 root sys $DATADIR/templates/sv
521 #f 0444 root sys $DATADIR/templates/sv templates/sv/*.tmpl
636 #d 0755 root sys $DOCDIR/sv
637 #f 0444 root sys $DOCDIR/sv do
[all...]
H A Dcups.spec.in77 Obsoletes: cups-pt, cups-ru, cups-sv, cups-zh
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dquake.vim65 syn keyword quake1Command sv
H A Daml.vim39 syn keyword amlArcCmd contained surfaceprojectio surfacerange surfaceresolutio surfacesave surfacescene surfaceshade surfacesighting surfacetarget surfacevalue surfaceviewfield surfaceviewshed surfacevisibility surfacexsection surfacezoom surfacezscale sv svfd svs sxs symboldump symboli[tem] symbolsa[ve] symbolsc[ale] symbolse[t] symbolset sz tab[les] tal[ly] tan tanh tc te tes[t] text textal[ignment] textan[gle] textcolor textcolorr[amp] textcop[y] textde[lete] textdi[rection] textedit textfil[e] textfit textfo[nt] textin[fo] textit[em] textj[ustificatio] textlist textm[ask] texto[ffset] textpe[n] textpr[ecision] textpu[t] textq[uality] textsa[ve] textsc[ale] textse[t] textset textsi[ze] textsl[ant] textspa[cing] textspl[ine] textst[yle] textsy[mbol] tf th thie[ssen] thin ti tics tict[ext] tigera[rc] tigert[ool] tigertool til[es] timped tin tina[rc] tinc[ontour] tinerrors tinhull tinl[attice] tinlines tinmarkers tins[pot] tinshades tintext tinv[rml] tl tm tol[erance] top[ogrid] topogridtool
64 syn keyword amlDir2 contained delvar dv s set setvar sv
93 syn match amlVar2 "&sv [a-zA-Z_.0-9]*" contains=amlDir2,amlDirSym
H A Ddiff.vim236 " sv
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c1850 int sv[2];
1908 if (socketpair (AF_UNIX, SOCK_STREAM, 0, sv) < 0)
1910 outchannel = inchannel = sv[0];
1911 forkout = forkin = sv[1];
1916 tem = pipe (sv);
1919 inchannel = sv[0];
1920 forkout = sv[1];
1921 tem = pipe (sv);
1928 outchannel = sv[1];
1929 forkin = sv[
1841 int sv[2]; local
[all...]
/macosx-10.9.5/dtrace-118.1/disassembler/
H A Ddis_tables.c3481 int64_t sv = (int64_t)usv; local
3486 if (try_neg == TRY_NEG && sv < 0 &&
3487 (disp || sv >= NEG_LIMIT) &&
3490 octal ? "-0%llo" : "-0x%llx", (-sv) & mask);
3527 int64_t sv; local
3550 * sv is for the signed, possibly-truncated immediate or
3555 sv = usv = op->d86_value;
3620 reltgt = pc + sv;
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Ddis_tables.c3508 int64_t sv = (int64_t)usv;
3513 if (try_neg == TRY_NEG && sv < 0 &&
3514 (disp || sv >= NEG_LIMIT) &&
3517 octal ? "-0%llo" : "-0x%llx", (-sv) & mask);
3554 int64_t sv;
3577 * sv is for the signed, possibly-truncated immediate or
3582 sv = usv = op->d86_value;
3647 reltgt = pc + sv;
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t735 my($fk, $sk, $fv, $sv) = @_ ;
738 $fetch_value eq $fv && $store_value eq $sv &&
752 # fk sk fv sv
757 # fk sk fv sv
762 # fk sk fv sv
777 # fk sk fv sv
782 # fk sk fv sv
787 # fk sk fv sv
/macosx-10.9.5/tcl-102/tcl/tcl/library/msgcat/
H A Dmsgcat.tcl76 1d sv 041d sv_SE 081d sv_FI
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dir.c292 uint16 sv = EXTRASAMPLE_ASSOCALPHA; local
293 _TIFFsetShortArray(&td->td_sampleinfo, &sv, 1);
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c2608 struct source_version_command *sv,
2611 sv->cmd = SWAP_INT(sv->cmd);
2612 sv->cmdsize = SWAP_INT(sv->cmdsize);
2613 sv->version = SWAP_LONG_LONG(sv->version);
2607 swap_source_version_command( struct source_version_command *sv, enum byte_sex target_byte_sex) argument
/macosx-10.9.5/vim-53/src/
H A Dos_unix.c1339 struct sigvec sv;
1342 sv.sv_handler = func_deadly;
1343 sv.sv_mask = 0;
1344 sv.sv_flags = SV_ONSTACK;
1345 sigvec(signal_info[i].sig, &sv, NULL);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c3922 SHELL_VAR *sv; local
3924 sv = find_variable (name);
3925 if (sv == 0)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-mips.c985 char *ss, **sv;
999 sv = NULL;
1022 sv = bfd_malloc (size * count);
1023 if (sv == NULL)
1056 sv[i] = ss + sym.iss;
1057 sindex += strlen (sv[i]) + 1;
1081 strcpy (str, sv[i]);
1082 str += strlen (sv[i]) + 1;
1102 if (sv != NULL)
1103 free (sv);
978 char *ss, **sv; local
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs116 SV * sv = sv_2mortal(newSV(0));
119 sv_vsetpvfn(sv, msg, strlen(msg), &args, NULL, 0, NULL);
121 croak("%s", SvPV_nolen(sv));
139 SV * sv = sv_2mortal(newSV(0));
141 sv_vsetpvfn(sv, msg, strlen(msg), &args, NULL, 0, NULL);
143 croak("%s", SvPV_nolen(sv));
161 SV * sv = sv_2mortal(newSV(0));
163 sv_vsetpvfn(sv, msg, strlen(msg), &args, NULL, 0, NULL);
165 croak("LibXML_validity_warning_ctx internal error: context was null (%s)", SvPV_nolen(sv));
/macosx-10.9.5/ICU-511.35/icuSources/data/locales/
H A Dresfiles.mk151 sr_Latn.txt sr_Latn_BA.txt sr_Latn_ME.txt sr_Latn_RS.txt sv.txt\
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_sr_rs.ascii.vim49 menutrans &Select\ all<Tab>ggVG Izaberi\ sv&e<Tab>ggVG
H A Dmenu_sr_rs.iso_8859-2.vim50 menutrans &Select\ all<Tab>ggVG Izaberi\ sv&e<Tab>ggVG
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/
H A Dgenerate-from-cldr1549 swe||sv|Swedish|su��dois
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DCatalog.pm2437 id => "sv",
3331 swe => "sv",
3810 sv Swedish
4260 swe sv

Completed in 579 milliseconds

12345678