Home
last modified time | relevance | path

Searched refs:sval (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dsemaphore.c147 int sem_getvalue(sem_t *sem, int *sval) in sem_getvalue() argument
149 if ((sem == NULL) || (sval == NULL)) { in sem_getvalue()
/AliOS-Things-master/components/posix/include/
A Dsemaphore.h28 int sem_getvalue(sem_t *sem, int *sval);
/AliOS-Things-master/components/linkkit/iot_http/
A Diotx_http_api.c127 char *sval = NULL; in calc_snprintf_string_length() local
142 for (sval = va_arg(args, char *); *sval; sval++) { in calc_snprintf_string_length()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Deap.c1321 struct t_num sval, gval, Nval, *Ap, Bval; in eap_request() local
1531 sval.data = inp; in eap_request()
1532 sval.len = vallen; in eap_request()
1567 &Nval, &gval, &sval); in eap_request()

Completed in 8 milliseconds