Home
last modified time | relevance | path

Searched refs:non_empty (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c123 if (!non_empty(buf2)) { /* is line non empty */ in do_extends()
198 if (!non_empty(buf2)) { /* is line non empty */ in do_extends()
341 if (!non_empty(buf2)) { /* is line non empty */ in arch_match()
H A Dparser.h111 extern int non_empty(const char *);
H A Dfrontend.c206 if (!non_empty(buf2)) { in read_spec()
411 non_empty(const char *str) in non_empty() function