Searched refs:hexport_r (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dsearch.h95 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag,
110 /* Flags for himport_r(), hexport_r(), hdelete_r(), and hsearch_r() */
/u-boot/cmd/
H A Dnvedit.c76 len = hexport_r(&env_htab, '\n', flag, &res, 0, 0, NULL);
170 len = hexport_r(&env_htab, '\n',
688 len = hexport_r(&env_htab, sep,
709 len = hexport_r(&env_htab, '\0',
/u-boot/env/
H A Dcommon.c529 len = hexport_r(&env_htab, '\0', 0, &res, ENV_SIZE, 0, NULL);
/u-boot/lib/
H A Dhashtable.c602 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag, function

Completed in 113 milliseconds