Home
last modified time | relevance | path

Searched refs:deftype (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.bin/dig/
H A Dnslookup.c50 static char deftype[MXRD] = "A"; variable
476 printf(" querytype = %-8s\tclass = %s\n", deftype, defclass); in show_settings()
592 strlcpy(deftype, &opt[5], sizeof(deftype)); in setoption()
595 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
598 strlcpy(deftype, &opt[10], sizeof(deftype)); in setoption()
601 strlcpy(deftype, &opt[6], sizeof(deftype)); in setoption()
604 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
607 strlcpy(deftype, &opt[2], sizeof(deftype)); in setoption()
677 tr.base = deftype; in addlookup()
678 tr.length = strlen(deftype); in addlookup()
[all …]
/openbsd/usr.bin/mandoc/
H A Droff.c1994 int deftype; in roff_parse() local
2007 switch (deftype) { in roff_parse()
2135 int deftype; in roff_block() local
2163 deftype = ROFFDEF_USER; in roff_block()
2193 deftype = ROFFDEF_ANY; in roff_block()
2625 istrue = !!deftype; in roff_evalcond()
3831 int deftype; in roff_rn() local
3846 deftype = ROFFDEF_ANY; in roff_rn()
3848 switch (deftype) { in roff_rn()
4182 int *deftype) in roff_getstrn() argument
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c3057 int deftype; in process_one_symbol() local
3060 deftype = '\0'; in process_one_symbol()
3062 deftype = colon_pos[1]; in process_one_symbol()
3064 switch (deftype) in process_one_symbol()
H A Dstabsread.c585 int deftype; in define_symbol() local
698 deftype = 'l'; in define_symbol()
700 deftype = *p++; in define_symbol()
702 switch (deftype) in define_symbol()
H A DChangeLog-3.x3 * dbxread.c (define_symbol): Deal with deftype 'X'.
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dmkisofs.c144 char *deftype = DEFTYPE; /* default Apple TYPE */ variable
168 {"TYPE", &deftype},
H A Dmkisofs.h314 extern char *deftype; /* default Apple TYPE */
H A Dapple.c1602 e = deftype;
1605 while(*e && (e - deftype) < CT_SIZE)
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog3564 [texinfo-20031120-deftype-del.patch]
H A DChangeLog.46250 output for deftype*. From: Jos� Fonseca