Searched defs:biltin (Results 1 – 1 of 1) sorted by relevance
137 struct biltin { struct138 const char *bi_service; /* internally provided service name */139 int bi_socktype; /* type of socket supported */140 short bi_fork; /* 1 if should fork before call */141 int bi_maxchild; /* max number of children, -1=default */142 bi_fn_t *bi_fn; /* function which performs it */