Searched refs:skipspace (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dansi2knr.c224 char *skipspace();
326 switch ( *skipspace(ppdirforward(more), 1) )
416 skipspace(p, dir) function
485 bend = skipspace(ppdirbackward(buf + strlen(buf) - 1, buf), -1);
497 p = skipspace(p, 1);
500 p = skipspace(p, 1);
534 p = skipspace(p, 1);
548 for (p = skipspace(buf, 1); *p; p = skipspace(p + 1, 1))
622 p = skipspace(
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dansi2knr.c201 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(
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dansi2knr.c222 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(
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dansi2knr.c222 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(
[all...]
/netbsd-6-1-5-RELEASE/lib/libskey/
H A Dskey.h82 const char *skipspace(const char *);
H A Dskeysubr.c380 if ((in = skipspace(in)) == NULL)
386 if ((in = skipspace(in)) == NULL)
424 const char *skipspace(const char *cp) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c114 char *skipspace __GMP_PROTO ((char *));
491 str = skipspace (str);
513 str = skipspace (str);
556 str = skipspace (str);
646 str = skipspace (str);
666 str = skipspace (str + i);
681 str = skipspace (str + i);
743 str = skipspace (str);
758 str = skipspace (str);
778 str = skipspace (st
854 skipspace (char *str) function
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/user/
H A Duser.c218 skipspace(char *s) function
835 cp = skipspace(s + 5);
838 cp = skipspace(s + 8);
841 cp = skipspace(s + 8);
844 cp = skipspace(s + 5);
848 cp = skipspace(s + 5);
859 cp = skipspace(s + 8);
870 cp = skipspace(s + 5);
875 cp = skipspace(s + 8);
881 cp = skipspace(
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c2024 skipspace(char *s) function
2039 arg = skipspace(arg);
2043 arg = skipspace(arg);
2048 arg = skipspace(++arg);

Completed in 142 milliseconds