HomeSort by: relevance | last modified time | path
    Searched refs:oldstyle (Results 1 - 15 of 15) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_053.c 8 /* expect+1: warning: function definition for 'oldstyle' with identifier list is obsolete in C23 [384] */
9 oldstyle(parameter)
  /src/external/mpl/bind/dist/bin/tests/system/metadata/
setup.sh 58 oldstyle=$($KEYGEN -Cq -a ${DEFAULT_ALGORITHM} $pzone)
59 echo $oldstyle >oldstyle.key
tests.sh 133 $SETTIME -pall $(cat oldstyle.key) >/dev/null 2>&1 && ret=1
134 $SETTIME -f $(cat oldstyle.key) >/dev/null 2>&1 || ret=1
136 $SETTIME -pall $(cat oldstyle.key) >/dev/null 2>&1 || ret=1
144 chmod 644 $(cat oldstyle.key).private
145 $SETTIME -P none $(cat oldstyle.key) >settime1.test$n 2>&1 || ret=1
147 $SETTIME -P none $(cat oldstyle.key) >settime2.test$n 2>&1 || ret=1
156 $SETTIME -I now+15s -D now $(cat oldstyle.key) >tmp.out 2>&1 || ret=1
164 $SETTIME -D none $(cat oldstyle.key) >tmp.out 2>&1 || ret=1
165 $SETTIME -p all $(cat oldstyle.key) >tmp.out 2>&1 || ret=1
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-keyfromlabel.c 128 bool oldstyle = false; local
178 oldstyle = true;
445 if (!oldstyle && prepub > 0) {
496 if (oldstyle) {
648 if (!oldstyle) {
dnssec-keygen.c 135 bool oldstyle; member in struct:keygen_ctx
377 if (!ctx->oldstyle && ctx->prepub > 0) {
433 if (ctx->oldstyle) {
677 if (!ctx->oldstyle) {
934 ctx.oldstyle = true;
1234 if (ctx.oldstyle) {
  /src/external/bsd/libpcap/dist/
pcap-int.h 274 int oldstyle; /* if we're opening with pcap_open_live() */ member in struct:pcap
pcap-bpf.c 2450 if (!p->oldstyle)
pcap.c 2901 p->oldstyle = 1;
  /src/bin/sh/
parser.c 1389 * Called to parse command substitutions. oldstyle is true if the command
1398 struct nodelist **const pbqlist, const int oldstyle)
1432 if (oldstyle) {
1521 parsebackquote = oldstyle;
1523 if (oldstyle) {
1536 if (oldstyle) {
1544 if (oldstyle) {
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 178 extern int oldstyle;
cgram.y 164 int oldstyle; /* Current function being defined */
469 oldstyle = 1;
890 oldstyle = 0;
1771 if (oldstyle == 0)
pftn.c 243 if (!oldstyle && ddef->dfun != NULL &&
405 if (ISFTN(type) && oldstyle)
621 if (oldstyle && (df = cftnsp->sdf) && (al = df->dfun)) {
623 * Check against prototype of oldstyle function.
644 if (oldstyle && nparams) {
645 /* Must recalculate offset for oldstyle args here */
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 159 int oldstyle; /* Current function being defined */
411 oldstyle = 1;
855 oldstyle = 0;
1822 if (oldstyle == 0)
pass1.h 174 extern int oldstyle;
pftn.c 272 if (!oldstyle && dsym->dfun == NULL)
274 if (!oldstyle && ddef->dfun != NULL &&
437 if (ISFTN(type) && oldstyle)
650 if (oldstyle && (df = cftnsp->sdf) && (al = df->dfun)) {
652 * Check against prototype of oldstyle function.
676 if (oldstyle && nparams) {
677 /* Must recalculate offset for oldstyle args here */

Completed in 63 milliseconds