HomeSort by: relevance | last modified time | path
    Searched refs:getn (Results 1 - 17 of 17) sorted by relevancy

  /src/bin/test/
test.c 185 static long long getn(const char *);
497 return isatty((int)getn(opnd));
534 return getn(opnd1) == getn(opnd2);
536 return getn(opnd1) != getn(opnd2);
538 return getn(opnd1) >= getn(opnd2);
540 return getn(opnd1) > getn(opnd2)
853 getn(const char *s) function in typeref:typename:long long
    [all...]
  /src/bin/csh/
hist.c 147 if (getn(value(STRhistory)) == 0)
173 n = getn(*v);
175 n = getn(value(STRhistory));
time.c 101 nval = getn(cp);
sem.c 122 getn(t->t_dcom[1]);
427 if ((getn(value(STRstatus)) == 0) !=
extern.h 283 int getn(Char *);
csh.c 949 * Note that if STATUS is corrupted (i.e. getn bombs) then error will exit
955 xexit(s ? getn(s) : 0);
1270 intvl = (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL;
set.c 418 getn(Char *cp) function in typeref:typename:int
581 history(hi, &ev, H_SETSIZE, getn(value(STRhistory)));
exp.c 641 return (getn(cp));
dir.c 541 i = getn(cp);
func.c 540 i = getn(v[1]);
  /src/bin/ksh/
proto.h 188 int getn ARGS((const char *, int *));
trap.c 103 if (getn(name, &n) && 0 <= n && n < SIGNALS)
misc.c 485 getn(as, ai) function
501 /* getn() that prints error */
507 int rv = getn(as, ai);
c_sh.c 547 if (!getn(arg, &n)) {
c_ksh.c 1271 } else if (!getn(p, &n)) {
history.c 395 if (getn(str, &n)) {
  /src/sys/dev/stbi/
stb_image.c 918 static int getn(stbi *s, stbi_uc *buffer, int n) function in typeref:typename:int
3049 if (!getn(s, z->idata+ioff,c.length)) return e("outofdata","Corrupt PNG");
3681 if (!getn(s, tga_palette, tga_palette_len * tga_palette_bits / 8 ))
4881 getn(s, rgbe, 4);

Completed in 131 milliseconds