Lines Matching refs:FS
143 #define FS '|' /* Field seperator for output records. */ macro
332 "conn", FS, /* record type. */ in reportConn()
333 gmt(), FS, /* current time. */ in reportConn()
334 (long) Procid, FS, /* our process id. */ in reportConn()
335 myname, FS, /* name of local system */ in reportConn()
336 Conn.cn_role, FS, /* slave or master. */ in reportConn()
337 Remote, FS, /* name of remote system. */ in reportConn()
338 Device, FS, /* device used for communication. */ in reportConn()
339 Protocol, FS, /* protocol used for comm. */ in reportConn()
344 reportTimes(Record, &contimes, FS); in reportConn()
389 "xfer", FS, /* Record type. */
390 (role == MCHAR) ? xdptr->xf_jobgrade : na ,FS, /* job grade */
391 gmt(), FS, /* Current time. */
392 (long) Procid, FS, /* Our process id. */
393 myname, FS, /* name of local system */
394 role, FS, /* master/slave. */
395 Remote, FS, /* remote. */
396 Device, FS, /* communications device. */
397 Protocol, FS, /* protocol used for comm. */
398 Netid, FS, /* Network ID */
413 pfloat(Record, inque, FS);
414 pfloat(Record, tat, FS);
422 FS, getfilesize(),FS,
438 reportTimes(Record, &diff, FS);
447 FS, (*breakmsg == NULLCHAR) ? NOTAVAIL : breakmsg, FS);