Searched defs:section (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/pax/
H A Dconvert.c31 * set char code conversion for section
35 convert(Archive_t* ap, int section, int from, int to) argument
37 if (ap->convert[section].on = (ap->convert[section].f2t = ccmap(from, to)) != 0)
39 ap->convert[section].t2f = ccmap(to, from);
40 ap->convert[section].f2a = ccmap(from, CC_ASCII);
41 ap->convert[section].t2a = ccmap(to, CC_ASCII);
H A Dpax-slt.c52 int section; /* inside section */ member in struct:Slt_s
165 sfsprintf(slt->buf, sizeof(slt->buf), "%s1%-17.17s000001%04d%04d000100 %02d%03d 00000 %06d%-6.6sD%-7.7s ", type, f->id, slt->section, slt->sequence, tm->tm_year, tm->tm_yday, f->record.blocks, slt->format, slt->implementation);
172 slt->section++;
176 slt->section = 1;
309 f->record.section = getlabnum(slt->buf, 28, 4, 10);
421 f->record.section++;
435 if (streq(f->id, v.id) && streq(f->name, v.name) && f->record.section == v.record.section)
441 error(1, "volume containing %s id %s section
[all...]
/ast/src/lib/libast/astsa/
H A Doptlib.h62 unsigned char section; member in struct:Optpass_s
/ast/src/lib/libast/misc/
H A Doptlib.h65 char section[4]; member in struct:Optpass_s
H A Doptget.c277 C("List the \bman\b(1) section title for \asection\a [the \
280 C("List the \bman\b(1) section number for the current command."),
440 const char section[4]; member in struct:Section_s
470 * return section name given abbreviation
474 secname(char* section) argument
482 if (section[1])
484 switch (section[2] ? section[2] : section[1])
504 if (section[
2404 char* section = "1"; local
[all...]
/ast/src/lib/libcmd/
H A Dfmt.c68 int section; member in struct:Fmt_s
376 fp->section = 0;
408 fp->section = 1;
418 else if (fp->section)
430 fp->section = 0;
458 fp->section = 0;
477 fp->section = 0;
482 fp->section = 0;
583 fmt.section = 1;
/ast/src/cmd/builtin/
H A Dnl.c48 "[+?\bnl\b assumes that the first section is a logical body until it encounters "
49 "one of the section delimiters.]"
58 "[d:section-delimiter]:[delim:=\\::?\adelim\a specifies the two delimiter "
59 "characters that indicate start of a section. If only one character "
96 void *section[3]; member in struct:_nl_
169 if(pp->section[sectnum]==TYPE_NONE)
177 else if(pp->section[sectnum]==TYPE_ALL)
185 else if(pp->section[sectnum]!=TYPE_TEXT)
186 outline = !regnexec((regex_t*)pp->section[sectnum], cp, n, (size_t)0, NULL, 0);
217 nl.section[SECTION_BOD
[all...]
/ast/src/lib/libast/port/
H A Dastconf.c116 short section; member in struct:Lookup_s
880 look->section = -1;
913 if (look->section < 0 && !c && v)
915 look->section = name[0] - '0';
921 if (look->section < 0)
922 look->section = 1;
926 error(-6, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, look->call, flags, conf_elements);
942 (look->section < 0 || look->section
[all...]
/ast/src/cmd/dsslib/flat/
H A Dflat.c174 struct Section_s /* section info */
177 regex_t* re; /* section line pattern */
178 int delimiter; /* section record delimiter */
180 size_t size; /* section size */
219 Section_t* section; member in struct:Flat_s
1112 skip(Dssfile_t* file, const char* section, register Section_t* s, Dssdisc_t* disc) argument
1145 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: %s: regular expression: %s", file->path, section, buf);
1158 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: unexpected EOF in %s", file->path, section); local
2418 flat->section->count = strtoul(data, &e, 0);
2433 flat->section
[all...]

Completed in 32 milliseconds