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

  /src/lib/libskey/
skeysubr.c 380 if ((in = skipspace(in)) == NULL)
386 if ((in = skipspace(in)) == NULL)
424 const char *skipspace(const char *cp) function in typeref:typename:const char *
  /src/usr.sbin/user/
user.c 218 skipspace(char *s) function in typeref:typename:char *
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 in typeref:typename:char *
2030 arg = skipspace(arg);
2034 arg = skipspace(arg);
2039 arg = skipspace(arg + 1);

Completed in 16 milliseconds