/netbsd-src/external/bsd/file/dist/src/ |
H A D | file.c | 120 #define OPT(shortname, longname, opt, def, doc) \ argument 122 #define OPT_LONGONLY(longname, opt, def, doc, id) \ argument 202 int c; in main() local 581 file_octal(unsigned char c) in file_octal() 622 unsigned char c = CAST(unsigned char, inname[i]); in fname_print() local 638 const char *type, c = nulsep > 1 ? '\0' : '\n'; in process() local 779 #define OPT(shortname, longname, opt, def, doc) \ in help() argument 782 #define OPT_LONGONLY(longname, opt, def, doc, id) \ in help() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genhooks.c | 24 struct hook_desc { const char *doc, *type, *name, *param, *init, *docname; }; member 45 emit_findices (const char *doc, const char *hook_name) in emit_findices() 182 int c = getc (f); in emit_documentation() local 209 const char *doc, *fcode, *p_end; in emit_documentation() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genhooks.cc | 24 struct hook_desc { const char *doc, *type, *name, *param, *init, *docname; }; member 162 int c = getc (f); in emit_documentation() local 189 const char *doc, *p_end; in emit_documentation() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | xml.d | 141 bool isChar(dchar c) @safe @nogc pure nothrow // rule 2 in isChar() 206 bool isSpace(dchar c) @safe @nogc pure nothrow in isSpace() 219 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit() 244 bool isLetter(dchar c) @safe @nogc nothrow pure // rule 84 in isLetter() 258 bool isIdeographic(dchar c) @safe @nogc nothrow pure in isIdeographic() 293 bool isBaseChar(dchar c) @safe @nogc nothrow pure in isBaseChar() 307 bool isCombiningChar(dchar c) @safe @nogc nothrow pure in isCombiningChar() 320 bool isExtender(dchar c) @safe @nogc nothrow pure in isExtender() 445 char c = s[i]; variable 597 const doc = toType!(const Document)(o); in opEquals() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | xml.d | 138 bool isChar(dchar c) @safe @nogc pure nothrow // rule 2 in isChar() 203 bool isSpace(dchar c) @safe @nogc pure nothrow in isSpace() 216 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit() 241 bool isLetter(dchar c) @safe @nogc nothrow pure // rule 84 in isLetter() 255 bool isIdeographic(dchar c) @safe @nogc nothrow pure in isIdeographic() 290 bool isBaseChar(dchar c) @safe @nogc nothrow pure in isBaseChar() 304 bool isCombiningChar(dchar c) @safe @nogc nothrow pure in isCombiningChar() 317 bool isExtender(dchar c) @safe @nogc nothrow pure in isExtender() 442 char c = s[i]; variable 594 const doc = toType!(const Document)(o); in opEquals() local [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | lexsup.c | 98 const char *doc; member 953 int c; in parse_args() local
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | lexsup.c | 98 const char *doc; member 1007 int c; in parse_args() local
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | mkisofs.c | 180 const char *doc; member 457 char *s;{char *c;if(c=(char *)malloc(strlen(s)+1))strcpy(c,s);return c;} in strdup() local 830 int c; in FDECL2() local
|
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
H A D | netpgppython_wrap.c | 414 SWIG_TypeCheck(const char *c, swig_type_info *ty) { in SWIG_TypeCheck() 584 SWIG_PackData(char *c, void *ptr, size_t sz) { in SWIG_PackData() 600 SWIG_UnpackData(const char *c, void *ptr, size_t sz) { in SWIG_UnpackData() 639 SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) { in SWIG_UnpackVoidPtr() 667 SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) { in SWIG_UnpackDataName() 2040 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc); in SWIG_Python_ConvertFunctionPtr() local 5119 const char *c = methods[i].ml_doc; in SWIG_Python_FixMethods() local
|
/netbsd-src/external/mit/expat/dist/tests/ |
H A D | runtests.c | 155 const char c = s[offset]; /* to help out-of-bounds detection */ in _XML_Parse_SINGLE_BYTES() local 6134 char doc[1024]; in START_TEST() local 7409 const char *doc; in START_TEST() member
|