Searched refs:_sp (Results 1 – 10 of 10) sorted by relevance
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | Getopt.java | 58 private int _sp = 1; field in Getopt 327 if (_sp == 1) { in getopt() 371 optopt = c = args[optind].charAt(_sp); in getopt() 373 longopt = (_sp == 1 && c == '-'); in getopt() 384 if (args[optind].length() == ++_sp || longopt) { in getopt() 386 _sp = 1; in getopt() 417 if (!longopt && ((_sp + 1) < args[optind].length())) { in getopt() 418 optarg = args[optind++].substring(_sp + 1); in getopt() 429 _sp = 1; in getopt() 434 _sp = 1; in getopt() [all …]
|
| /freebsd/sys/netlink/ |
| H A D | netlink_message_parser.h | 125 #define NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, _pp) \ argument 132 .sp = _sp, \ 139 #define NL_DECLARE_STRICT_PARSER(_name, _t, _sp, _fp, _np) \ argument 140 NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, NULL)
|
| /freebsd/tests/sys/netinet/ |
| H A D | igmp.py | 97 import scapy.all as _sp namespace 99 sp = _sp
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | x86-mont.pl | 64 $_sp=&DWP(4*6,"esp"); 137 &mov ($_sp,"edx"); # saved stack pointer! 299 &mov ("esp",$_sp); 621 &mov ("esp",$_sp); # pull saved stack pointer
|
| /freebsd/contrib/ncurses/ |
| H A D | INSTALL | 1473 Added internal functions (other than "_sp" variants): 1501 + is_cbreak, is_echo, is_nl, and is_raw, as well as "_sp" variants 1505 Added internal functions (other than "_sp" variants): 1527 Added internal functions (other than "_sp" variants): 1550 Added internal functions (other than "_sp" variants): 1590 Added internal functions (other than "_sp" variants): 1665 Added internal functions (other than "_sp" variants): 1720 Added internal functions (other than "_sp" variants): 1747 By default, these names end with "_sp", and are otherwise 1750 In addition to the "_sp" functions, there are a few new functions [all …]
|
| H A D | NEWS | 3034 + add extended_slk_color{,_sp} symbols to the appropriate
|
| /freebsd/sys/dev/ath/ |
| H A D | if_athvar.h | 1529 #define ath_hal_btcoex_mci_setup(_ah, _gp, _gb, _gl, _sp) \ argument 1530 ((*(_ah)->ah_btMciSetup)((_ah), (_gp), (_gb), (_gl), (_sp)))
|
| /freebsd/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 94 print "#define NCURSES_SP_NAME(name) name##_sp"
|
| H A D | curses.h.in | 1016 #define NCURSES_SP_NAME(name) name##_sp
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 932 * kadmin/kadmind.c (main): use kadm5_server_{send,recv}_sp 945 * lib/kadm5/server.c: add kadm5_server_{send,recv}{,_sp}
|