Searched refs:colls (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/usbhidctl/
H A Dusbhid.c71 char colls[1000]; local
85 cp += sprintf(&colls[cp], "%s%s:%s",
90 tmp1 = strrchr(colls, '.');
96 colls[0] = 0;
105 colls, colls[0] != 0 ? "." : "",
139 cp += sprintf(&colls[cp], "%s%s:%s",
144 tmp1 = strrchr(colls, '.');
150 colls[0] = 0;
157 colls, coll
[all...]
/freebsd-9.3-release/usr.bin/csup/
H A Dconfig.c53 static STAILQ_HEAD(, coll) colls;
76 STAILQ_INIT(&colls);
99 memcpy(&config->colls, &colls, sizeof(colls));
100 if (STAILQ_EMPTY(&config->colls)) {
106 STAILQ_FOREACH(coll, &config->colls, co_next) {
144 config->host = STAILQ_FIRST(&config->colls)->co_host;
162 STAILQ_FOREACH(coll, &config->colls, co_next) {
269 while (!STAILQ_EMPTY(&config->colls)) {
[all...]
H A Dconfig.h100 STAILQ_HEAD(, coll) colls; member in struct:config
H A Ddetailer.c140 STAILQ_FOREACH(coll, &config->colls, co_next) {
187 STAILQ_FOREACH(coll, &config->colls, co_next) {
H A Dproto.c318 STAILQ_FOREACH(coll, &config->colls, co_next) {
336 STAILQ_FOREACH(coll, &config->colls, co_next) {
H A Dlister.c117 STAILQ_FOREACH(coll, &config->colls, co_next) {
H A Dupdater.c289 STAILQ_FOREACH(coll, &up->config->colls, co_next) {

Completed in 52 milliseconds