Searched refs:string (Results 151 - 175 of 8373) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du8-strncpy.c1 /* Copy UTF-8 string.
23 #include <string.h>
H A Du8-strnlen.c1 /* Determine bounded length of UTF-8 string.
30 # include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_msg_gen.c17 #include <string.h>
73 if ((ziperrors[ code_zip].string != NULL) &&
74 (strlen(ziperrors[ code_zip].string) != 0))
84 ziperrors[ code_zip].string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A DMakefile8 lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A DMakefile5 lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbswidth.h1 /* Determine the number of screen columns needed for a string.
51 extern int mbswidth (const char *string, int flags);
H A Dstrpbrk.c24 #include <string.h>
H A Dw32spawn.h26 #include <string.h>
99 const char *string = argv[i]; local
101 if (string[0] == '\0')
103 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
105 bool quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
116 for (s = string; *s != '\0'; s++)
136 for (s = string; *s != '\0'; s++)
163 new_argv[i] = (char *) string;
H A Dmbswidth.c1 /* Determine the number of screen columns needed for a string.
27 #include <string.h>
45 character string pointed to by STRING. If a non-printable character
51 mbswidth (const char *string, int flags) argument
53 return mbsnwidth (string, strlen (string), flags);
57 character string pointed to by STRING of length NBYTES. If a
62 mbsnwidth (const char *string, size_t nbytes, int flags) argument
64 const char *p = string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmbswidth.h1 /* Determine the number of screen columns needed for a string.
51 extern int mbswidth (const char *string, int flags);
H A Dmbswidth.c1 /* Determine the number of screen columns needed for a string.
27 #include <string.h>
45 character string pointed to by STRING. If a non-printable character
51 mbswidth (const char *string, int flags) argument
53 return mbsnwidth (string, strlen (string), flags);
57 character string pointed to by STRING of length NBYTES. If a
62 mbsnwidth (const char *string, size_t nbytes, int flags) argument
64 const char *p = string;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dstrdup.c33 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinline.c17 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DGUS.conf10 type string
H A DICH-MODEM.conf10 type string
H A DFireWave.conf8 type string
22 type string
35 type string
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrcldat.tex3 Predefined client data class for holding a string.
26 Create client data with string.
32 Get string client data.
38 Set string client data.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/lib/
H A DMakefile5 lib-y += string.o checksum.o checksum_copy.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Denvsubst.c27 #include <string.h>
59 static void print_variables (const char *string);
60 static void note_variables (const char *string);
226 /* Parse the string and invoke the callback each time a $VARIABLE or
236 find_variables (const char *string, argument
239 for (; *string != '\0';)
240 if (*string++ == '$')
247 if (*string == '{')
248 string++;
250 variable_start = string;
291 print_variables(const char *string) argument
417 char *string = XNMALLOC (var_len + 1, char); local
426 note_variables(const char *string) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutids.c72 * return_id - Where the string HID is returned
78 * Integer or a String. A string is always returned. An EISAID
79 * is converted to a string.
108 length = obj_desc->string.length + 1;
121 /* Area for the string starts after DEVICE_ID struct */
123 hid->string = ACPI_ADD_PTR(char, hid, sizeof(struct acpica_device_id));
125 /* Convert EISAID to a string or simply copy existing string */
128 acpi_ex_eisa_id_to_string(hid->string, obj_desc->integer.value);
130 acpi_ut_copy_id_string(hid->string, obj_des
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmqueue.h38 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
39 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
52 unsigned int CopyMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=DEFAULT_CHANNEL) const;
72 EqualityComparisonFilter(BufferedTransformation *attachment=NULL, bool throwIfNotEqual=true, const std::string &firstChannel="0", const std::string &secondChannel="1")
77 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
78 bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true);
81 unsigned int MapChannel(const std::string &channel) const;
85 std::string m_firstChannel, m_secondChannel;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dutil.c30 char buf[256], string[256]; \
33 snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \
55 syslog(LOG_NOTICE, "%s", string);
63 fprintf(stderr, "%s\n", string);
65 syslog(LOG_WARNING, "%s", string);
73 fprintf(stderr, "%s\n", string);
75 syslog(LOG_CRIT, "%s", string);
96 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dstrings.c27 char *string; local
37 string = xzalloc(n + 1);
61 string[count] = c;
69 fputs(string, stdout);
85 free(string);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog-abstract.c28 #include <string.h>
409 char *string = XNMALLOC (string_length + 1, char); local
411 memcpy (string, string_start, string_length);
412 string[string_length] = '\0';
414 po_callback_comment_filepos (string, n);
416 free (string);
451 char *string = XNMALLOC (string_length + 1, char); local
453 memcpy (string, string_start, string_length);
454 string[string_length] = '\0';
456 po_callback_comment_filepos (string,
504 char *string = XNMALLOC (string_length + 1, char); local
523 char *string = XNMALLOC (string_length + 1, char); local
621 char *string = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.h424 #define AddLogLineU(critical, type, string) theLogger.AddLogLine(__TFILE__, __LINE__, critical, type, string)
427 #define AddDebugLogLineN(type, string) theLogger.AddLogLine(__TFILE__, __LINE__, false, type, string)
429 #define AddDebugLogLineN(type, string) do {} while (false)
431 #define AddLogLineN(string) theLogger.AddLogLine(__TFILE__, __LINE__, false, logStandard, string)
432 #define AddLogLineNS(string) theLogger.AddLogLine(__TFILE__, __LINE__, false, logStandard, string, true)
434 #define AddDebugLogLineC(type, string) theLogge
[all...]

Completed in 236 milliseconds

1234567891011>>