Home
last modified time | relevance | path

Searched refs:nnotstring (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Dtreesource.c200 int nnotstring = 0, nnul = 0; in write_propval() local
211 nnotstring++; in write_propval()
224 if ((p[len-1] == '\0') && (nnotstring == 0) && (nnul < (len-nnul)) in write_propval()
/openbmc/linux/scripts/dtc/
H A Dtreesource.c147 int nnotstring = 0, nnul = 0; in guess_value_type() local
153 nnotstring++; in guess_value_type()
165 if ((p[len-1] == '\0') && (nnotstring == 0) && (nnul <= (len-nnul)) in guess_value_type()