Searched refs:term_char (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/file_cmds-242/pax/
H A Dpax_format.c1160 int term_char, i, len, total_len; local
1173 term_char = 1;
1183 ul_oct((u_long)0444, hd->mode, sizeof(hd->mode), term_char);
1186 ul_oct((u_long)arcn->sb.st_mtime,hd->mtime,sizeof(hd->mtime),term_char);
1246 if (ul_oct(records_size, hd->size, sizeof(hd->size), term_char)) {
1251 if (ul_oct(pax_chksm(hdblk, sizeof(HD_USTAR)), hd->chksum, sizeof(hd->chksum), term_char)) {
1298 int term_char=3; /* orignal setting */ local
1299 term_char=1; /* To pass conformance tests 274, 301 */
1343 ul_oct(0, hd->devmajor, sizeof(hd->devmajor), term_char);
1344 ul_oct(0, hd->devminor, sizeof(hd->devminor), term_char);
[all...]
H A Dtar.c917 int term_char=3; /* orignal setting */ local
918 term_char=1; /* To pass conformance tests 274, 301 */
958 ul_oct(0, hd->devmajor, sizeof(hd->devmajor), term_char);
959 ul_oct(0, hd->devminor, sizeof(hd->devminor), term_char);
990 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), term_char))
1000 sizeof(hd->devmajor), term_char) ||
1002 sizeof(hd->devminor), term_char) ||
1003 ul_oct((u_long)0L, hd->size, sizeof(hd->size), term_char))
1008 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), term_char))
1023 if (ul_oct((u_long)0L, hd->size, sizeof(hd->size), term_char))
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c216 register int term_char=0; /* read() termination character */ local
283 term_char = shbuf[--i];
284 if( term_char == '\r' )
285 term_char = '\n';
286 if( term_char=='\n' || term_char==ESC )
302 term_char = ESC;
315 term_char = shbuf[--i];
316 if( term_char == '\r' )
317 term_char
[all...]

Completed in 291 milliseconds