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

  /src/external/gpl2/gmake/dist/
ansi2knr.c 222 char *skipspace();
324 switch ( *skipspace(ppdirforward(more), 1) )
414 skipspace(p, dir) function
483 bend = skipspace(ppdirbackward(buf + strlen(buf) - 1, buf), -1);
495 p = skipspace(p, 1);
498 p = skipspace(p, 1);
532 p = skipspace(p, 1);
546 for (p = skipspace(buf, 1); *p; p = skipspace(p + 1, 1))
620 p = skipspace(p, 1) - 1
    [all...]
  /src/external/gpl2/grep/dist/src/
ansi2knr.c 201 char *skipspace();
303 switch ( *skipspace(more, 1) )
356 skipspace(p, dir) function
424 bend = skipspace(buf + strlen(buf) - 1, -1);
436 p = skipspace(p, 1);
439 p = skipspace(p, 1);
473 p = skipspace(p, 1);
487 for (p = skipspace(buf, 1); *p; p = skipspace(p + 1, 1))
561 p = skipspace(p, 1) - 1
    [all...]
  /src/lib/libskey/
skey.h 84 const char *skipspace(const char *);
skeysubr.c 380 if ((in = skipspace(in)) == NULL)
386 if ((in = skipspace(in)) == NULL)
424 const char *skipspace(const char *cp) function
  /src/external/lgpl3/gmp/dist/demos/
pexpr.c 114 char *skipspace (char *);
493 str = skipspace (str);
515 str = skipspace (str);
558 str = skipspace (str);
648 str = skipspace (str);
668 str = skipspace (str + i);
683 str = skipspace (str + i);
745 str = skipspace (str);
760 str = skipspace (str);
780 str = skipspace (str)
856 skipspace (char *str) function
    [all...]
  /src/usr.sbin/user/
user.c 218 skipspace(char *s) function
836 cp = skipspace(s + 5);
839 cp = skipspace(s + 8);
842 cp = skipspace(s + 8);
845 cp = skipspace(s + 5);
849 cp = skipspace(s + 5);
860 cp = skipspace(s + 8);
871 cp = skipspace(s + 5);
876 cp = skipspace(s + 8);
882 cp = skipspace(s + 6)
    [all...]
  /src/usr.sbin/moused/
moused.c 2015 skipspace(char *s) function
2030 arg = skipspace(arg);
2034 arg = skipspace(arg);
2039 arg = skipspace(arg + 1);

Completed in 33 milliseconds