Searched refs:string (Results 426 - 450 of 18695) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_webstr.h15 char string[BM_MAX_NLEN]; member in struct:ipt_webstr_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp27 void loadInventoryDB(MyDb &, std::string &);
28 void loadVendorDB(MyDb &, std::string &);
53 std::string basename("./");
54 std::string databaseHome("./");
57 std::string vDbName("vendordb.db");
58 std::string iDbName("inventorydb.db");
59 std::string itemSDbName("itemname.sdb");
84 std::string inventoryFile = basename + "inventory.txt";
85 std::string vendorFile = basename + "vendors.txt";
121 // in the input string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/mi/
H A Dmi-out.h29 extern void mi_out_buffered (struct ui_out *uiout, char *string);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dcurl_memrchr.h30 # include <string.h>
H A Dstrtok.c27 #include <string.h>
38 /* pass all letters that are including in the separator string */
43 /* so this is where the next piece of string starts */
49 /* scan through the string to find where it ends, it ends on a
50 null byte or a character that exists in the separator string */
60 return start; /* return the position where the string starts */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/src/macos/src/
H A Dmacos_main.cpp17 /* ========================================================================= Copyright (C) 2001 Eric Lavigne Permission is granted to anyone to use this software for any purpose on any computer system, and to redistribute it freely, subject to the following restrictions: - The author is not responsible for the consequences of use of this software, no matter how awful, even if they arise from defects in it. - The origin of this software must not be misrepresented, either by explicit claim or by omission. - You are allowed to distributed modified copies of the software, in source and binary form, provided they are marked plainly as altered versions, and are not misrepresented as being the original software. ========================================================================= */ #include <stdlib.h> #include <string.h> #include <stdio.h> #include <Memory.h> #include <GUSICommandLine.h> #include <stdlib.h> /* === (…)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/bridge/libbridge/
H A Dlibbridge_misc.c21 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dfoll-exec.c4 #include <string.h>
H A Dsigbpt.c20 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dfilename_cmp.c24 #include <string.h>
H A Dxmemdup.c26 #include <string.h>
H A Dxstrdup.c1 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
9 Duplicates a character string without fail, using @code{xmalloc} to
21 #include <string.h>
H A Dxstrndup.c38 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/web/
H A Dneg_lang.c51 char *string; member in struct:pri_list
100 pl[i].string = SMB_STRDUP(lang_list[i]);
110 if (lang_tdb_init(pl[i].string)) break;
114 SAFE_FREE(pl[i].string);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/web/
H A Dneg_lang.c53 char *string; member in struct:pri_list
102 pl[i].string = SMB_STRDUP(lang_list[i]);
112 if (lang_tdb_init(pl[i].string)) break;
116 SAFE_FREE(pl[i].string);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/libsmbclient/src/init/
H A Dinit_2.c3 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/nsswitch/
H A Dbigfd.c6 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_int.c23 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dbsd-strlcpy.c36 #include <string.h>
39 * Copy src to string dst of size siz. At most siz-1 characters
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_keywrap.h12 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dstrsep.c36 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/wind/
H A Dgenerate.py38 import string namespace
59 guardTrans = string.maketrans('-.', '__')
62 return string.upper(string.translate(self.name, self.guardTrans))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dbsd-strlcpy.c36 #include <string.h>
39 * Copy src to string dst of size siz. At most siz-1 characters
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp27 void loadInventoryDB(MyDb &, std::string &);
28 void loadVendorDB(MyDb &, std::string &);
53 std::string basename("./");
54 std::string databaseHome("./");
57 std::string vDbName("vendordb.db");
58 std::string iDbName("inventorydb.db");
59 std::string itemSDbName("itemname.sdb");
84 std::string inventoryFile = basename + "inventory.txt";
85 std::string vendorFile = basename + "vendors.txt";
121 // in the input string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcurl_memrchr.h30 # include <string.h>

Completed in 146 milliseconds

<<11121314151617181920>>