Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 5 of 5) sorted by relevance

/scripts/kconfig/
Dkxgettext.c136 int rc = -1; in message__add_file_line() local
144 rc = 0; in message__add_file_line()
146 return rc; in message__add_file_line()
152 int rc = 0; in message__add() local
158 rc = message__add_file_line(m, file, lineno); in message__add()
166 rc = -1; in message__add()
168 return rc; in message__add()
/scripts/dtc/
Dsrcpos.c269 int rc; in srcpos_string() local
276 rc = asprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string()
280 rc = asprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string()
284 rc = asprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string()
287 if (rc == -1) in srcpos_string()
Dflattree.c809 int rc; in dt_from_blob() local
823 rc = fread(&magic, sizeof(magic), 1, f); in dt_from_blob()
827 if (rc < 1) { in dt_from_blob()
838 rc = fread(&totalsize, sizeof(totalsize), 1, f); in dt_from_blob()
841 if (rc < 1) { in dt_from_blob()
866 rc = fread(p, 1, sizeleft, f); in dt_from_blob()
871 sizeleft -= rc; in dt_from_blob()
872 p += rc; in dt_from_blob()
/scripts/
Dkallsyms.c116 int rc; in read_symbol() local
118 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str); in read_symbol()
119 if (rc != 3) { in read_symbol()
120 if (rc != EOF && fgets(str, 500, in) == NULL) in read_symbol()
DKbuild.include157 ar-option = $(call try-run, $(AR) rc$(1) "$$TMP",$(1),$(2))