Searched defs:fallback (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/pynss/common/ |
H A D | __init__.py | 30 fallback=True).gettext variable
|
/osnet-11/usr/src/lib/pyzfs/common/ |
H A D | util.py | 43 fallback=True).gettext variable
|
/osnet-11/usr/src/lib/libradproto/common/ |
H A D | radproto_adr.c | 111 bool_t fallback = fbname != NULL; local 115 !xdr_bool(xdrs, &fallback) || 116 (fallback && !xdr_string(xdrs, (char **)&fbname, -1)) || 224 bool_t fallback; local 230 if (!xdr_bool(xdrs, &fallback) || 231 (fallback && !xdr_string(xdrs, &fbname, -1)))
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | pysol.py | 36 fallback=True).gettext variable
|
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 128 struct symbol *fallback; /* fallback token in case this token doesn't parse */ member in struct:symbol 270 int has_fallback; /* True if any %fallback is seen in the grammer */ 1886 struct symbol *fallback; /* The fallback token */ member in struct:pstate 2164 }else if( strcmp(x,"fallback")==0 ){ 2165 psp->fallback = 0; 2251 "%%fallback argument \"%s\" should be a token", x); 2255 if( psp->fallback==0 ){ 2256 psp->fallback [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perl.h | 3796 /* Names kept in the symbol table. fallback => "()", the rest has 3801 "()", "(abs", /* "fallback" should be the first. */ 3846 long fallback; member in struct:am_table
|
Completed in 48 milliseconds