Searched refs:get_string (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dtkparse.c108 static const char * get_string( const char * pnt, char ** label ) function
197 return get_string( pnt, label );
357 pnt = get_string( pnt, &cfg->label );
367 pnt = get_string( pnt, &buffer );
513 pnt = get_string ( pnt, &buffer );
524 pnt = get_string ( pnt, &cfg->value );
545 pnt = get_string( pnt, &buffer );
560 pnt = get_string( pnt, &cfg->value );
571 pnt = get_string( pnt, &buffer );
573 pnt = get_string( pn
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/chat/
H A Dchat.c228 int get_string __P((register char *string));
957 if (get_string (expect))
1350 int get_string(string) function
/asus-wl-520gu-7.0.1.45/src/router/pppd/chat/
H A Dchat.c229 int get_string __P((register char *string));
987 if (get_string (expect))
1381 int get_string(string) function
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/chat/
H A Dchat.c229 int get_string __P((register char *string));
991 if (get_string (expect))
1385 int get_string(string) function
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dx509v3.h115 char * (*get_string)(void *db, char *section, char *value); member in struct:X509V3_CONF_METHOD_st
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dx509v3.h115 char * (*get_string)(void *db, char *section, char *value); member in struct:X509V3_CONF_METHOD_st
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_edgeport.c592 static int get_string (struct usb_device *dev, int Id, char *string) function
2977 if ( (i = get_string(dev, dev->descriptor.iManufacturer, &edge_serial->name[0])) != 0) {
2981 get_string(dev, dev->descriptor.iProduct, &edge_serial->name[i]);

Completed in 187 milliseconds