Lines Matching defs:text
22 * text method
29 "[+DESCRIPTION?The \bdss\b text method describes newline-terminated"
30 " field-delimited text file data. The method schema is a \bscanf\b(3)"
36 " [+dss -x text::::\b\"%(name)s::%(passwd::Encrypted\\ password.)s::%(uid)d::%(gid)d::%(comment)s::%(home)s::%(shell)s\"\\ 'passwd==\"\"&&uid==0'\\ "
41 "\n--method=text[,option...]\n"
65 * text identf
75 * text fopenf
91 * text fclosef
187 * text readf
194 register Text_t* text = (Text_t*)file->dss->meth->data;
206 f = text->format;
327 * text writef
333 register Text_t* text = (Text_t*)file->dss->meth->data;
340 f = text->format;
417 "text",
418 "text format (2010-05-28)",
450 register Text_t* text;
492 meth->data = text = (Text_t*)(meth + 1);
493 text->format = strcopy(text->name, name) + 1;
496 f = text->format;
621 if (f == text->format || *(f - 1) != ' ')
630 if (!(text->vars = index))
658 "text",
659 "Newline-terminated field-delimited text file; the method schema is"
671 "text",
672 "text method"
673 "[-1ls5Pp0?\n@(#)$Id: dss text method (AT&T Research) 2002-12-17 $\n]"