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