Searched refs:stype (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Dftp.h37 enum stype enum
63 uerr_t ftp_list (int, const char *, enum stype);
64 uerr_t ftp_syst (int, enum stype *);
122 struct fileinfo *ftp_parse_ls (const char *, const enum stype);
H A Dftp-basic.c828 char stype[2];
831 stype[0] = type;
832 stype[1] = 0;
834 request = ftp_request ("TYPE", stype);
962 ftp_list (int csock, const char *file, enum stype rs)
1017 ftp_syst (int csock, enum stype *server_type)
827 char stype[2]; local
H A Dftp-ls.c1034 ftp_parse_ls (const char *file, const enum stype system_type)
H A Dftp.c72 enum stype rs; /* remote system reported by ftp server */
/haiku-fatelf/headers/private/firewire/
H A Diec68113.h83 stype:5, member in struct:ciphdr::__anon722::__anon723
87 stype:5,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgo32-nat.c1263 unsigned stype:5 __attribute__((packed)); member in struct:seg_descr
1279 unsigned stype:5 __attribute__((packed)); member in struct:gate_descr
1350 return (int)((struct seg_descr *)descr)->stype;
1387 && (allowed_descriptors[type] & (1 << descr.stype)) != 0)
1394 if (descr.stype == 1 || descr.stype == 2 || descr.stype == 3
1395 || descr.stype == 9 || descr.stype == 11
1396 || (descr.stype >
[all...]
H A Dmdebugread.c3697 handle_psymbol_enumerators (struct objfile *objfile, FDR *fh, int stype,
3707 switch (stype)
3689 handle_psymbol_enumerators(struct objfile *objfile, FDR *fh, int stype, CORE_ADDR svalue) argument
/haiku-fatelf/src/bin/gawk/
H A Dmain.c52 static void add_src P((struct src **data, long *num, long *alloc, enum srctype stype, char *val));
110 #define srcfiles_add(stype, val) \
111 add_src(&srcfiles, &numfiles, &allocfiles, stype, val)
117 #define preassigns_add(stype, val) \
118 add_src(&preassigns, &numassigns, &allocassigns, stype, val)
504 if (preassigns[i].stype == PRE_ASSIGN)
593 add_src(struct src **data, long *num, long *alloc, enum srctype stype, char *val) argument
607 (*data)[*num].stype = stype;
H A Dawk.h626 PRE_ASSIGN, PRE_ASSIGN_FS } stype; member in struct:src
H A Dawkgram.y1222 if (srcfiles[nextfile].stype == CMDLINE) {
H A Dawkgram.c3061 if (srcfiles[nextfile].stype == CMDLINE) {
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c1095 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
1096 comp->stype =
1100 if (comp->stype != NULL) {
1102 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
1104 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
1109 comp->stype);
1282 xmlFree((void *)(comp->stype));
1283 comp->stype = NULL;
H A Dpreproc.c682 comp->stype = xsltEvalStaticAttrValueTemplate(style, inst,
685 if (comp->stype != NULL) {
686 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
688 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
692 "xsltSortComp: no support for data-type = %s\n", comp->stype);
H A DxsltInternals.h971 const xmlChar *stype; /* sort */ member in struct:_xsltStyleItemSort
1284 const xmlChar *stype; /* sort */ member in struct:_xsltStylePreComp
/haiku-fatelf/src/bin/network/ftp/
H A Dcmds.c279 char *stype[] = { variable
298 stype[1] = "binary";
299 settype(2, stype);
315 stype[1] = "ascii";
316 settype(2, stype);
332 stype[1] = "tenex";
333 settype(2, stype);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dtekhex.c447 char stype = (*src); local
463 if (stype <= '4')

Completed in 247 milliseconds