Searched defs:us (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libast/features/ |
H A D | limits.c | 90 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/sfio/ |
H A D | sfgetr.c | 40 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 D | sfhdr.h | 734 uchar uc, *us, **usp; member in union:__anon307
|
/ast/src/lib/libast/stdio/ |
H A D | fgets.c | 27 _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/misc/ |
H A D | error.c | 371 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 D | file.c | 919 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/lib/libdss/ |
H A D | dssopen.c | 229 char* us; local 249 if (!(us = sfstruse(up))) 258 switch (optstr(options, us))
|
/ast/src/cmd/builtin/ |
H A D | od.c | 214 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 37 milliseconds