Searched refs:sep1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/release/picobsd/tinyware/aps/
H A Dmain.c47 char *tok, *sep=" ", *sep1=","; local
76 major=strtok(tty,sep1);
77 minor=strtok(NULL,sep1);
/freebsd-11-stable/sbin/sysctl/
H A Dsysctl.c923 const char *sep, *sep1, *prntype; local
1043 sep1 = "";
1077 fputs(sep1, stdout);
1100 sep1 = " ";
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c424 char sep1, sep2; local
425 int count = sscanf(env, "%d%c%d%c", &fg, &sep1, &bg, &sep2);
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf.c198 int sep1 = (tcsrchr(att1, NSSEP) != 0); local
200 if (sep1 != sep2)
201 return sep1 - sep2;

Completed in 191 milliseconds