HomeSort by relevance Sort by last modified time
    Searched refs:mksh_uari_t (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
main.c 51 static mksh_uari_t rndsetup(void);
103 static mksh_uari_t
142 return ((mksh_uari_t)h);
348 setint_n((vp = global("PGRP")), (mksh_uari_t)kshpgrp);
350 setint_n((vp = global("PPID")), (mksh_uari_t)kshppid);
352 setint_n((vp = global("USER_ID")), (mksh_uari_t)ksheuid);
354 setint_n((vp = global("KSHUID")), (mksh_uari_t)kshuid);
356 setint_n((vp = global("KSHEGID")), (mksh_uari_t)kshegid);
358 setint_n((vp = global("KSHGID")), (mksh_uari_t)kshgid);
388 volatile mksh_uari_t xua, xua2
    [all...]
var.c 348 mksh_uari_t n;
353 * number of bits in the mksh_uari_t + 1 (NUL)
355 char strbuf[1 + 2 + 1 + 8 * sizeof(mksh_uari_t) + 1];
1375 mksh_uari_t
1379 mksh_uari_t i = 0, j = 0;
    [all...]
sh.h 349 typedef uint32_t mksh_uari_t; typedef
964 mksh_uari_t u; /* unsigned integer */
    [all...]
misc.c     [all...]

Completed in 58 milliseconds