/src/sbin/mount_portal/ |
conf.c | 149 int c, errcode; local in function:palloc 208 errcode = regcomp(&p->p_re, p->p_key, REG_EXTENDED|REG_NOSUB); 209 if (errcode == 0) 213 regerror(errcode, &p->p_re, buf, sizeof(buf));
|
conf.c | 149 int c, errcode; local in function:palloc 208 errcode = regcomp(&p->p_re, p->p_key, REG_EXTENDED|REG_NOSUB); 209 if (errcode == 0) 213 regerror(errcode, &p->p_re, buf, sizeof(buf));
|
/src/bin/sh/ |
error.c | 303 short errcode; /* error number */ member in struct:errname 383 for (ep = errormsg ; ep->errcode ; ep++) { 384 if (ep->errcode == e && (ep->action & action) != 0)
|
error.c | 303 short errcode; /* error number */ member in struct:errname 383 for (ep = errormsg ; ep->errcode ; ep++) { 384 if (ep->errcode == e && (ep->action & action) != 0)
|
/src/sys/dev/ic/ |
adw.c | 328 int errcode = ADW_SUCCESS; local in function:adw_queue_ccb 335 errcode = AdwExeScsiQueue(sc, &ccb->scsiq); 336 switch(errcode) { 356 return(errcode);
|
adw.c | 328 int errcode = ADW_SUCCESS; local in function:adw_queue_ccb 335 errcode = AdwExeScsiQueue(sc, &ccb->scsiq); 336 switch(errcode) { 356 return(errcode);
|
/src/usr.sbin/mrouted/ |
prune.c | 1956 int errcode = TR_NO_ERR; local in function:accept_mtrace 2056 errcode = TR_WRONG_IF; 2064 errcode = TR_WRONG_IF; 2075 errcode = TR_WRONG_IF; 2113 if (errcode != TR_NO_ERR) { 2114 resp->tr_rflags = errcode;
|
prune.c | 1956 int errcode = TR_NO_ERR; local in function:accept_mtrace 2056 errcode = TR_WRONG_IF; 2064 errcode = TR_WRONG_IF; 2075 errcode = TR_WRONG_IF; 2113 if (errcode != TR_NO_ERR) { 2114 resp->tr_rflags = errcode;
|