Searched refs:fe (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dprint.c666 static const char *mapformat(Sffmt_t *fe) argument
671 if(pm->size==fe->n_str && memcmp(pm->name,fe->t_str,fe->n_str)==0)
678 static int extend(Sfio_t* sp, void* v, Sffmt_t* fe) argument
685 int format = fe->fmt;
687 int fold = fe->base;
689 struct printf* pp = (struct printf*)fe;
694 if(fe->n_str>0 && (format=='T'||format=='Q') && varname(fe
[all...]
/macosx-10.10/ruby-106/ruby/tool/
H A Dtranscode-tblgen.rb922 {a1-fe}{a1-fe}
923 8e{a1-fe}
924 8f{a1-fe}{a1-fe}',
926 {a1-fe}{a1-fe}
927 8e{a1-fe}',
929 {a1-fe}{a1-fe}
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dbase64.c55 register unsigned char* fe; local
64 fp = fe = (unsigned char*)fb;
68 fe += fz - n;
91 if (fp >= fe)
113 n += tp - tmp + (fp < fe);
166 register unsigned char* fe; local
185 fe = fp + fz;
204 while (fp < fe)
293 while (fp < fe && ((c = m[*fp++]) == B64_PAD || c == B64_SPC));
294 if (fp >= fe ||
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c534 register unsigned char* fe; local
545 fe = f + (*fn);
548 while (t < te && f < fe)
563 if (f >= fe)
580 if (f >= fe)
608 register unsigned char* fe; local
618 fe = f + (*fn);
621 while (f < fe && t < te)
628 else if ((c = (*_ast_info.mb_towc)(&w, (char*)f, fe - f)) < 0)
718 register unsigned char* fe; local
794 register unsigned char* fe; local
868 register unsigned char* fe; local
913 register unsigned char* fe; local
959 register unsigned char* fe; local
1004 register unsigned char* fe; local
1444 size_t fe; local
[all...]
/macosx-10.10/zlib-55/zlib/watcom/
H A Dwatcom_l.mak35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB)
38 $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
H A Dwatcom_f.mak35 $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
38 $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c329 struct fixup_entry *fe; local
474 fe = current_fixup(a, archive_entry_pathname(entry));
475 fe->fixup |= TODO_MODE_BASE;
476 fe->mode = a->mode;
482 fe = current_fixup(a, archive_entry_pathname(entry));
483 fe->fixup |= TODO_TIMES;
485 fe->atime = archive_entry_atime(entry);
486 fe->atime_nanos = archive_entry_atime_nsec(entry);
489 fe->atime = a->start_time;
490 fe
1390 struct fixup_entry *fe; local
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dstunnel.pem80 65:3a:35:13:fe:c4:15:37:dd:d5:70:66:31:74:ee:
81 87:0d:f4:fa:77:f7:65:b8:57:11:1c:fa:0d:fe:16:
114 e0:cd:fb:c8:f5:d2:da:1d:11:fe:3c:18:20:8b:bd:22:31:1c:
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DProfileInfo.h182 fe = FunctionInformation.end(); fi != fe; ++fi) {
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_line.c227 struct Line_Table_File_Entry_s *fe = local
229 char *file_name = (char *) fe->lte_filename;
232 Dwarf_Unsigned dir_index = fe->lte_directory_index;
239 fe->lte_directory_index - 1];
1550 Dwarf_File_Entry fe = context->lc_file_entries; local
1552 while (fe) {
1553 Dwarf_File_Entry fenext = fe->fi_next;
1555 dwarf_dealloc(dbg, fe, DW_DLA_FILE_ENTRY);
1556 fe = fenext;
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt67 db:02:7e:fe:3d:1f:bf:d0:00:8a:db:40:76:a6:18:
70 db:1b:a1:fe:81:fa:87:f9:d3:90:c1:02:c0:f9:d0:
97 5d:87:3b:90:f4:f3:c0:fe:37:b3:e9:d9:62:0c:c0:c3:59:af:
178 ef:26:94:5f:ad:31:0c:fe:29:1e:17:01:84:37:5b:e8:12:32:
362 4b:ef:fe:e8:99:fe:87:b9:88:cf:90:da:0f:09:3c:
427 ee:4a:fd:6d:de:fe:26:a5:3b
481 40:91:76:2a:a3:e5:fd:fe:89:15:f4:57:f7:e0:55:
483 2e:01:25:9c:8a:5b:f0:c1:d0:00:35:78:fe:35:de:
494 0f:fe
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPasteboardWin.cpp599 FORMATETC* fe; local
607 fe = fileDescriptorFormat();
611 if (FAILED(hr = dataObject->SetData(fe, &medium, TRUE)))
615 fe = fileContentFormatZero();
617 if (FAILED(hr = dataObject->SetData(fe, &medium, TRUE)))
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dsfio.h90 #define sffmtversion(fe,type) \
91 ((type) ? ((fe)->version = SFIO_VERSION) : (fe)->version)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dsnprintf.c1575 ldfallback (data, fs, fe, ld)
1577 const char *fs, *fe;
1586 fl = fe - fs + 1;
1608 dfallback (data, fs, fe, d)
1610 const char *fs, *fe;
1617 fl = fe - fs + 1;
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DWebKit.idl254 [uuid(C2A1BFC2-1E7C-49fe-8592-D0C7FB440BC0)]
/macosx-10.10/bind9-45.101/bind9/contrib/sdb/pgsql/
H A Dpgsqldb.c26 #include <pgsql/libpq-fe.h>
H A Dzonetodb.c40 #include <pgsql/libpq-fe.h>
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dcalculus.tcl1412 set fe [$f $xe]
1414 if { $fb * $fe > 0.0 } {
1423 set coeff [expr {($fe-$fb)/($xe-$xb)}]
1440 set fe $fi
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcheckdoc.el2224 (fe (substring f1 (length fn)))
2242 (insert ";;; " fn fe " --- " (read-string "Summary: ") "\n"))
2330 (concat "^;;;[ \t]+" (regexp-quote fn) "\\(" (regexp-quote fe)
2333 (regexp-quote fn) "\\(" (regexp-quote fe) "\\)?")
2338 (insert "\n(provide '" fn ")\n\n;;; " fn fe " ends here\n"))
2341 fn fn fe)
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMachODump.cpp566 for (MCFunction::iterator fi = f.begin(), fe = f.end(); fi != fe; ++fi){
589 uint64_t End = llvm::next(fi) == fe ? SectSize :
/macosx-10.10/ruby-106/ruby/ext/
H A Dextmk.rb572 open(extinit.c, "w") {|fe| fe.print src}
/macosx-10.10/swig-12/Source/Modules/
H A Dmain.cxx327 char *fe = fb + 63; local
335 while ((f != fe) && *c != '=' && *c != ',' && *c) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dlftp.vim91 \ use-fe[at] use-fx[p] use-hf[tp]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c477 int fe = fcntl(fd, F_DUPFD, 10); local
479 int fe = zfmovefd(dup(fd));
482 fd = fe;
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_postgres_driver.c79 #include <libpq-fe.h>

Completed in 423 milliseconds

12