Searched refs:us (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfgetr.c40 uchar *s, *ends, *us; local
53 us = NIL(uchar*);
62 { us = f->next;
67 { us = rsrv->data;
82 { us = NIL(uchar*);
107 if(!us &&
111 us = f->next;
122 { us = NIL(uchar*);
131 us = rsrv->data;
133 { us
[all...]
H A Dsfhdr.h734 uchar uc, *us, **usp; member in union:__anon307
/ast/src/lib/libast/stdio/
H A Dfgets.c27 _stdgets(Sfio_t* f, char* us, int n, int isgets) argument
33 if(n <= 0 || !us || (f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0))
39 is = (uchar*)us;
86 if((_Sfi = is - ((uchar*)us)) <= 0)
87 us = NIL(char*);
95 return us;
/ast/src/lib/libast/features/
H A Dlimits.c90 unsigned short us; local
120 us = 0;
121 us = ~us;
172 val = us;
181 val = (unsigned short)(us >> 1) + 1;
186 val = (unsigned short)(us >> 1);
190 if (ui == us)
/ast/src/lib/libast/misc/
H A Derror.c371 struct tms us; local
482 if ((d = times(&us)) < error_info.time || error_info.time == 1)
484 sfprintf(stkstd, " %05lu.%05lu.%05lu ", d - error_info.time, (unsigned long)us.tms_utime, (unsigned long)us.tms_stime);
/ast/src/cmd/pax/
H A Dfile.c919 unsigned short us; local
927 us = id.dev;
928 if (us > state.devcnt)
930 state.devcnt = us;
933 else if (us == state.devcnt)
935 us = id.ino;
936 if (us > state.inocnt)
937 state.inocnt = us;
/ast/src/cmd/INIT/
H A DMakefile6 SILENT = /* this component builds silent -- this prevents us from using it while building it */
/ast/src/lib/libdss/
H A Ddssopen.c229 char* us; local
249 if (!(us = sfstruse(up)))
258 switch (optstr(options, us))
/ast/src/cmd/builtin/
H A Dod.c214 int us; member in struct:Format_s
319 "dledc1dc2dc3dc4naksynetbcan emsubesc fs gs rs us"
841 fp->us = tp->name != 'd';
898 else if (fp->us)

Completed in 36 milliseconds