Searched defs:FS (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.c43 #define FS " \t\n" macro
51 if ((name = strtok(line, FS)) == NULL) {
56 if ((arch = strtok(NULL, FS)) == NULL) {
78 if ((arch = strtok(NULL, FS)) == NULL) {
H A Dproto_list.c37 #define FS " \t\n" macro
159 v[0] = strtok(buf, FS);
161 v[cont] = strtok(NULL, FS);
H A Dprotodir.c41 #define FS " \t\n" macro
98 if (!(type = strtok(p_line, FS))) {
105 if ((class = strtok(NULL, FS)) == NULL) {
117 if (!(file = strtok(NULL, FS))) {
161 if (!(maj = strtok(NULL, FS))) {
169 if (!(min = strtok(NULL, FS))) {
181 if (!(perm = strtok(NULL, FS))) {
188 if (!(owner = strtok(NULL, FS))) {
195 if (!(group = strtok(NULL, FS))) {
272 type = strtok(p_line, FS);
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c38 #define FS ' ' /* Field seperator for output records. */ macro
110 acptr->uid, FS,
111 acptr->jobID, FS,
112 acptr->jobsize, FS,
113 acptr->status, FS,
114 acptr->service, FS,
115 acptr->jobgrade, FS,
116 acptr->origSystem, FS,
117 acptr->origUser, FS,
118 acptr->time, FS,
[all...]
H A Dsecurity.c39 #define FS ' ' /* Field seperator for output records. */ macro
182 Type, FS,
183 scptr->reqSystem, FS,
184 scptr->reqUser, FS,
185 scptr->desSystem, FS,
186 scptr->desUser, FS,
187 scptr->desFile, FS,
188 scptr->srcSystem, FS,
189 scptr->srcOwner, FS,
190 scptr->srcFile, FS,
[all...]
H A Dperfstat.c145 #define FS '|' /* Field seperator for output records. */ macro
334 "conn", FS, /* record type. */
335 gmt(), FS, /* current time. */
336 (long) Procid, FS, /* our process id. */
337 myname, FS, /* name of local system */
338 Conn.cn_role, FS, /* slave or master. */
339 Remote, FS, /* name of remote system. */
340 Device, FS, /* device used for communication. */
341 Protocol, FS, /* protocol used for comm. */
346 reportTimes(Record, &contimes, FS);
[all...]
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c41 wchar_t **FS; /* initial field sep */ variable
63 static wchar_t L_FS[] = L"FS";
82 FS = &setsymtab(L_FS, tostring(L_space), 0.0, STR|FLD, symtab)->sval;
/illumos-gate/usr/src/cmd/awk/
H A Dtran.c45 uchar **FS; /* initial field sep */ variable
92 FS = &setsymtab((uchar *)"FS", (uchar *)" ", 0.0,
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h113 #define FS 1 macro
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h68 int FS; /* frame size for transfers */ variable

Completed in 560 milliseconds