Searched refs:nf (Results 1 - 25 of 258) sorted by relevance

1234567891011

/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dlowercase18 nf=$(echo $filename | tr A-Z a-z)
19 newname="${dirname}/${nf}"
20 if [ "$nf" != "$filename" ]; then
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dlowercase36 nf=$(echo $filename | tr A-Z a-z)
37 newname="${dirname}/${nf}"
38 if [ "$nf" != "$filename" ]; then
/macosx-10.9.5/vim-53/runtime/doc/
H A Dmaketags.awk3 NR == 1 { nf=split(FILENAME,f,".")
23 nf=split($0,tag," ");
/macosx-10.9.5/mail_cmds-29/mail/
H A Dedit.c151 FILE *nf = NULL; local
160 (nf = Fdopen(t, "w")) == NULL) {
171 (void)putc(t, nf);
174 (void)putc(t, nf);
175 (void)fflush(nf);
176 if (fstat(fileno(nf), &statb) < 0)
180 if (ferror(nf)) {
181 (void)Fclose(nf);
184 nf = NULL;
187 if (Fclose(nf) <
[all...]
H A Dcollect.c628 FILE *nf = run_editor(fp, (off_t)-1, c, 0); local
630 if (nf != NULL) {
631 (void)fseeko(nf, (off_t)0, SEEK_END);
632 collf = nf;
821 FILE *nf; local
829 (nf = Fdopen(fd, "w+")) == NULL) {
841 0, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) {
842 (void)Fclose(nf);
845 if (fsize(nf) == 0) {
847 (void)Fclose(nf);
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db_codegen/
H A Dcode_parse.c72 int nf; local
75 nf = __config_split(s, argv); /* Split the line by white-space. */
81 if (nf != 3 ||
101 if (nf != 2 || parse_status != PS_ENV_SET)
108 if (nf != 4 || parse_status != PS_ENV_SET)
119 if (nf != 1 || parse_status != PS_ENV_SET)
129 if (nf != 3 ||
160 if (nf != 1 || parse_status != PS_DB_SET)
166 if (nf != 1 || parse_status != PS_DB_SET)
172 if (nf !
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/numfmt/
H A Dmain.cpp92 * @param nf The NumberFormat on which to set the currency; takes effect on
95 * The display style of the output is controlled by nf (its pattern,
103 setNumberFormatCurrency_2_4(NumberFormat &nf, const char *currency, UErrorCode &errorCode) { argument
116 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf);
169 nf.setMinimumFractionDigits(currencyMap[i].fractionDigits);
170 nf.setMaximumFractionDigits(currencyMap[i].fractionDigits);
182 * @param nf The NumberFormat on which to set the currency; takes effect on
184 * The display style of the output is controlled by nf (its pattern,
192 setNumberFormatCurrency_2_6(NumberFormat &nf, const char *currency, UErrorCode &errorCode) { argument
208 nf
228 NumberFormat *nf; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dversion.tcl69 set nf $fn
70 catch { set nf [file normalize [file join \
72 vfs::mk4::Mount $nf $nf -readonly
73 set mod [showvers $nf $fn]
74 vfs::unmount $nf
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dsplit.c188 register int nf; local
190 nf = split(string, fields, NF, seps);
191 print(nf, NF, fields);
194 print(nf, nfp, fields)
195 int nf;
202 bound = (nf > nfp) ? nfp : nf;
203 printf("%d:\t", nf);
205 printf("\"%s\"%s", fields[fn], (fn+1 < nf) ? ", " : "\n");
212 int nf; member in struct:__anon7242
282 register int nf; local
[all...]
H A Dmain.c132 int nf; local
148 nf = split(inbuf, f, MAXF, "\t\t");
149 if (nf < 3) {
153 for (i = 0; i < nf; i++)
156 if (nf <= 3)
158 if (nf <= 4)
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_config.c88 if (nf != 2) \
103 if (nf != 2) \
127 int nf; local
132 if ((nf = __config_split(s, argv)) < 2) {
144 if (nf != 3)
153 if (nf != 2)
176 if (nf != 3)
185 if (nf != 2)
193 if (nf != 2)
201 if (nf !
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dunum.cpp138 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
139 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf);
143 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
466 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
469 return nf->isLenient();
473 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf);
487 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
491 return nf->setLenient(newValue != 0);
494 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf);
505 const NumberFormat* nf local
519 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
543 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
606 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
666 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
695 const NumberFormat *nf = reinterpret_cast<const NumberFormat *>(fmt); local
722 NumberFormat *nf = reinterpret_cast<NumberFormat *>(fmt); local
758 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnumrgts.cpp476 NumberFormat *nf = NumberFormat::createInstance(status); local
478 delete nf;
481 nf->setMaximumFractionDigits(4);
484 out = nf->format(x, out, pos);
490 delete nf;
512 DecimalFormat *nf = dynamic_cast<DecimalFormat *>(nf1); local
513 if(nf == NULL) {
519 logln("nf toPattern1: " + nf->toPattern(temp));
520 logln("nf toLocPattern
842 NumberFormat *nf = NumberFormat::createCurrencyInstance(*de, status); local
1613 NumberFormat *nf = NumberFormat::createInstance(status); local
1788 DecimalFormat *nf = new DecimalFormat("##,###,###.00", status); local
1919 DecimalFormat *nf = dynamic_cast<DecimalFormat *>(nff); local
2191 NumberFormat *nf = NumberFormat::createInstance(Locale::getUS(), status); local
2396 NumberFormat *nf; local
2541 NumberFormat *nf = NumberFormat::createInstance(Locale::getUS(), status); local
2659 NumberFormat *nf = NumberFormat::createInstance(loc, status); local
2714 NumberFormat *nf = NumberFormat::createInstance(Locale::getEnglish(), status); local
2860 NumberFormat *nf = NumberFormat::createInstance(Locale::getUS(), status); local
[all...]
H A Dpptest.cpp179 NumberFormat *nf = NumberFormat::createInstance(status); local
181 delete nf;
185 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
213 delete nf;
H A Duobjtest.cpp586 NumberFormat *nf = NumberFormat::createInstance("de", errorCode); local
591 if (dynamic_cast<DecimalFormat *>(nf) == NULL || dynamic_cast<ChoiceFormat *>(nf) != NULL) {
595 if (&typeid(*nf) == NULL || typeid(*nf) == typeid(UObject) || typeid(*nf) == typeid(Format) ||
596 typeid(*nf) != typeid(DecimalFormat) || typeid(*nf) == typeid(ChoiceFormat) ||
597 typeid(*nf) == typeid(emptySet)
601 delete nf;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSynthesis.c125 int i,nf = 0; local
142 nf = (*inFrames)<(*outFrames)?(*inFrames):(*outFrames);
143 if (nf != 0) {
144 z = 1.0/nf;
145 if (nf>=1) {
148 if (nf>=2) {
151 for (i=2;i<nf;i++) {
156 if (nf>=1) mf->mem[0]=out[nf-1];
157 if (nf>
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dschema.c84 ldap_nameform2name( LDAPNameForm * nf )
86 if (!nf) return NULL;
87 return( choose_name( nf->nf_names, nf->nf_oid ) );
787 ldap_nameform2str( LDAPNameForm * nf )
790 if (ldap_nameform2bv( nf, &bv ))
797 ldap_nameform2bv( LDAPNameForm * nf, struct berval *bv ) argument
801 if ( !nf || !bv )
811 print_numericoid(ss, nf->nf_oid);
814 if ( nf
3141 ldap_nameform_free(LDAPNameForm * nf) argument
3169 LDAPNameForm * nf; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_nroff.tcl30 proc nr_nofill {} {return \n.nf}
100 set nfMode [list .nf .CS] ; # commands which start no-fill mode
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Dffi_darwin.c614 long nf; /* number of floating registers already used. */ local
624 nf = 0;
695 if (nf < NUM_FPR_ARG_REGISTERS)
706 nf++;
714 if (nf < NUM_FPR_ARG_REGISTERS)
723 nf++;
733 if (nf < NUM_FPR_ARG_REGISTERS - 1)
741 else if (nf == NUM_FPR_ARG_REGISTERS - 1)
751 nf += 2;
/macosx-10.9.5/lsof-52/lsof/tests/
H A DLTlib.c418 int nf; /* number of files */ local
498 for (fd = 0, nf = getdtablesize(); fd < nf; fd++) {
827 RdFrLsof(nf, em)
828 int *nf; /* number of fields receiver */
846 if (!nf) {
851 *nf = 0;
905 *nf = -1;
931 *nf = -1;
945 *nf
[all...]
H A DLTdnlc.c291 int nf; /* number of fields */ local
321 while (!*ff && (fop = RdFrLsof(&nf, &cem))) {
337 for (fop++, ti = 1; ti < nf; fop++, ti++) {
361 for (fop++, ti = 1; ti < nf; fop++, ti++) {
H A DLTunix.c228 int nf; /* number of fields */ local
258 while (((ff[0] + ff[1]) < 2) && (fop = RdFrLsof(&nf, &cem))) {
273 for (fop++, ti = 1; ti < nf; fop++, ti++) {
316 for (fop++, ti = 1; ti < nf; fop++, ti++) {
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dtimer.h56 timer_t *timer_calendar_long(uint32_t yf, uint32_t mf, uint32_t df, uint32_t hf, uint32_t nf, uint32_t sf, time_t fm, int d, uint32_t ye, uint32_t me, uint32_t de, uint32_t he, uint32_t ne, uint32_t se, dispatch_queue_t queue);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_schema.h195 LDAPNameForm * nf ));
227 LDAPNameForm * nf ));
299 LDAPNameForm * nf ));
303 LDAPNameForm * nf, struct berval *bv ));
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcnumtst.c93 UNumberFormat* nf; local
98 nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, status);
108 a = unum_parseInt64(nf, text, size, 0, status);
120 unum_close(nf);
1132 UNumberFormat *nf = unum_open(UNUM_DECIMAL, NULL, 0, testPtr->locale, NULL, &status); local
1137 unum_setAttribute(nf, UNUM_LENIENT_PARSE, testPtr->lenient);
1138 value = unum_parse(nf, testPtr->source, -1, &position, &status);
1145 unum_close(nf);
1209 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status); local
1214 unum_setAttribute(nf, UNUM_LENIENT_PARS
1898 UNumberFormat *nf = unum_open(UNUM_CURRENCY, NULL, 0, "en_US", NULL, &status); local
1933 TestNBSPPatternRtNum(const char *testcase, int line, UNumberFormat *nf, double myNumber) argument
1956 TestNBSPPatternRT(const char *testcase, UNumberFormat *nf) argument
1963 UNumberFormat* nf = NULL; local
[all...]

Completed in 381 milliseconds

1234567891011