HomeSort by relevance Sort by last modified time
    Searched refs:o_string (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 56 o_string = ""
80 o_string = o_string + comma + cast + p.name
112 % (dispatch, f.name, p_string, name, t_string, o_string)
  /external/ppp/pppd/plugins/
passprompt.c 22 { "promptprog", o_string, promptprog,
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 78 { "rp_pppoe_service", o_string, &pppd_pppoe_service,
80 { "rp_pppoe_ac", o_string, &acName,
82 { "rp_pppoe_sess", o_string, &existingSession,
86 { "pppoe-mac", o_string, &pppoe_reqd_mac,
  /external/u-boot/common/
cli_hush.c 226 /* was quoted when parsed; copy of struct o_string.nonnull field */
321 } o_string; typedef in typeref:struct:__anon47169
324 o_string foo = NULL_O_STRING; */
412 /* o_string manipulation: */
413 static int b_check_space(o_string *o, int len);
414 static int b_addchr(o_string *o, int ch);
415 static void b_reset(o_string *o);
416 static int b_addqchr(o_string *o, int ch, int quote);
418 static int b_adduint(o_string *o, unsigned int i);
454 static int xglob(o_string *dest, int flags, glob_t *pglob)
    [all...]
  /external/ppp/pppd/plugins/radius/
radrealms.c 31 { "realms-config-file", o_string, &radrealms_config,
radius.c 62 { "radius-config-file", o_string, &config_file },
    [all...]
  /external/ppp/pppd/
tty.c 182 { "init", o_string, &initializer,
185 { "connect", o_string, &connect_script,
188 { "disconnect", o_string, &disconnect_script,
191 { "welcome", o_string, &welcomer,
194 { "pty", o_string, &ptycommand,
201 { "socket", o_string, &pty_socket,
205 { "record", o_string, &record_file,
    [all...]
options.c 265 { "linkname", o_string, linkname,
312 { "bundle", o_string, &bundle_name,
775 case o_string:
948 case o_string:
    [all...]
auth.c 356 { "name", o_string, our_name,
364 { "user", o_string, user,
368 { "password", o_string, passwd,
376 { "remotename", o_string, remote_name,
396 { "remotenumber", o_string, remote_number,
    [all...]
chap_ms.c 154 { "mschap-challenge", o_string, &mschap_challenge,
156 { "mschap2-peer-challenge", o_string, &mschap2_peer_challenge,
pppd.h 96 o_string, enumerator in enum:opt_type
128 #define OPT_HIDE 0x10000 /* for o_string, print value as ?????? */
    [all...]
ipcp.c 172 { "ipparam", o_string, &ipparam,
    [all...]
eap.c 103 { "srp-pn-secret", o_string, &pn_secret,
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 51 { "qos", o_string, &qosstr,
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 90 OString *string `protobuf:"bytes,18,opt,name=o_string,json=oString" json:"o_string,omitempty"`
    [all...]

Completed in 355 milliseconds