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

  /src/bin/csh/
set.c 418 getn(Char *cp) function in typeref:typename:int
581 history(hi, &ev, H_SETSIZE, getn(value(STRhistory)));
  /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/ksh/
misc.c 485 getn(as, ai) function
501 /* getn() that prints error */
507 int rv = getn(as, ai);
  /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 52 milliseconds