Searched refs:Str (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/tw/
H A Dfind.c141 #define Str (1<<2) macro
260 "anewer", ANEWER, Str|Stat, 0, "file", 0,
271 "cnewer", CNEWER, Str|Stat, 0, "file", 0,
273 "codes", CODES, Str, 0, "path", 0,
303 "fast", FAST, Str, 0, "pattern", 0,
319 "fstype", FSTYPE, Str|Stat, 0, "type", 0,
322 "group|gid", GROUP, Str|Stat, 0, "id", 0,
326 "ilname", ILNAME, Str, 0, "pattern", 0,
328 "iname", INAME, Str, 0, "pattern", 0,
332 "ipath", IPATH, Str,
[all...]
/ast/src/cmd/tests/sfio/
H A Dtmtsafe.c30 static char* Str[26] = variable
71 s = Str[integralof(arg)];
160 if(strcmp(s, Str[i]) != 0)
163 else terror("Bad str s='%s' i=%d Str[i]='%s' n=%d",
164 s, i, Str[i], n);
214 if(strcmp(s, Str[i]) != 0)
217 else terror("Bad str s='%s' i=%d Str[i]='%s' n=%d",
218 s, i, Str[i], n);
229 if(strcmp(s, Str[25]) != 0)

Completed in 224 milliseconds