Searched defs:fm (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c120 Fmt_t *fm, *fmstk; /* stack contexts */ local
640 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
643 ft = fm->ft = argv.ft;
646 { fm->form = (char*)form; SFMBCPY(&fm->mbs,&fmbs);
647 va_copy(fm->args,args);
649 fm->oform = oform;
650 va_copy(fm->oargs,oargs);
651 fm->argn = argn;
652 fm
[all...]
H A Dsfvscanf.c319 Fmt_t *fm, *fmstk; local
723 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
726 ft = fm->ft = argv.ft;
729 { fm->form = (char*)form; SFMBCPY(&fm->mbs,&fmbs);
730 va_copy(fm->args,args);
732 fm->oform = oform;
733 va_copy(fm->oargs,oargs);
734 fm->argn = argn;
735 fm
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c37 #define PFFILE(pf) ((pf)->data.data.fm.file)
45 #define PFMAX(pf) ((pf)->data.data.fm.max)
53 } fm; member in struct:_pfdata_s

Completed in 19 milliseconds