Searched defs:place (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c754 size_t pos=0,place; local
808 place=0;
812 name[place]=mechlist[pos];
814 place++;
815 if (SASL_MECHNAMEMAX < place) {
816 place--;
824 name[place]=0;
826 if (! place) continue;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc144 entryp place; local
153 place = (entryp)
155 return (place);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c108 static char *place = EMSG; /* option letter processing */ variable
319 current_argv = place;
537 if (optreset || !*place) { /* update scanning pointer */
540 place = EMSG;
557 if ((*(place = nargv[optind]) != '-') || (place[1] == '\0')) {
558 place = EMSG; /* found non-option */
593 * but if place is simply "-" leave it unmolested.
595 if (place[1] != '\0' && *++place
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1003 u8 place; local
1010 for (place = 0x80; place != 0; place >>= 1) {
1011 if (place & data)
1063 u8 place; local
1072 for (place = 0x80; place; place >>= 1) {
1075 *data |= place;
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3016 static char *place = EMSG; /* option letter processing */ local
3022 place = EMSG;
3024 if(!*place) { /* update scanning pointer */
3025 if (optind >= nargc || *(place = nargv[optind]) != '-' || !*++place) {
3029 if (*place == '-') { /* found "--" */
3035 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {
3036 if (!*place) ++optind;
3041 if (!*place) ++optind;
3044 if (*place) optar
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c668 /* REx optimizer. Converts nodes into quickier variants "in place".
1726 * place to put the code. So we cheat: we compile it twice, once with code
4407 register regnode *place; local
4438 place = opnd; /* Op node, where operand used to be. */
4444 place - RExC_emit_start > RExC_offsets[0]
4446 place - RExC_emit_start,
4449 Set_Node_Offset(place, RExC_parse);
4450 Set_Node_Length(place, 1);
4452 src = NEXTOPER(place);
4453 FILL_ADVANCE_NODE(place, o
[all...]

Completed in 93 milliseconds