Searched refs:lead (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax-rpm.c | 78 Rpm_lead_t lead; local 111 if (size < (sizeof(magic) + sizeof(lead))) 114 if (paxread(pax, ap, &lead, (off_t)sizeof(lead), (off_t)sizeof(lead), 0) <= 0) 116 memcpy(state.volume, lead.name, sizeof(state.volume) - 1); 118 swapmem(swap & 1, &lead, &lead, sizeof(lead)); 119 message((-2, "%s: lead nam [all...] |
/ast/src/cmd/nmake/ |
H A D | parse.c | 538 * `\<newline>' splices the current and next lead line 545 readline(int lead) argument 566 if (lead > 0 && (t = sfstrseek(pp->ip, 0, SEEK_CUR) - 1) > s && *(t - 1) == '\\') 576 if (lead > 0 && t > s && *(t - 1) == '\\') 616 error(ERROR_PROMPT, lead > 0 && pp->cp == pp->block ? PS1 : PS2); 635 error(lead > 0 ? 2 : 1, "EOF in %c comment", q); 637 error(lead > 0 ? 2 : 1, "EOF in %c...%c quote starting at line %d", q, q, start); 639 error(lead > 0 ? 2 : 1, "file does not end with newline"); 695 if (lead > 0) 798 if (!lead) 904 getline(Sfio_t* sp, int lead, int term) argument [all...] |
Completed in 17 milliseconds