Searched refs:Str (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.h82 #define ParseParamString(ParamFileName, Str) \
83 if ((TempPP=ReadParseParam((ParamFileName), #Str))!=NULL) \
84 strcpy(Str, TempPP); else Str[0]='\0'
H A Dlcdoshift.c1026 static char Str[LINE_DIM]; local
1037 while (fgets(Str, LINE_DIM-1, file) != NULL) {
1039 Len=strlen(Str);
1041 if (Str[Len-1]=='\n' or Str[Len-1]=='\r') Str[--Len]='\0';
1042 Equal = strchr (Str, '='); // search for equal sign
1043 Pos = strcspn (Str, ";#!"); // search for comment
1044 Comment = (Pos==Len) ? NULL : Str+Pos;
1062 Pos=strspn (Str, " \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVbzipfrm.frm120 Print "Return code:" & Str(retcode)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVbzipfrm.frm173 Print "Return code:" & Str(retcode)
H A DVBZipBas.bas614 Function ChopNulls(ByVal Str) As String
618 For A = 1 To Len(Str)
619 If Mid(Str, A, 1) = Chr(0) Then
620 ChopNulls = Left(Str, A - 1)
624 ChopNulls = Str
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dsetenv.c79 # define KNOWN_VALUE(Str) \
81 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
84 # define STORE_VALUE(Str) \
85 tsearch (Str, &known_values, (compar_fn_t) strcmp)
90 # define KNOWN_VALUE(Str) NULL
91 # define STORE_VALUE(Str) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dsetenv.c83 # define KNOWN_VALUE(Str) \
85 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
88 # define STORE_VALUE(Str) \
89 tsearch (Str, &known_values, (compar_fn_t) strcmp)
94 # define KNOWN_VALUE(Str) NULL
95 # define STORE_VALUE(Str) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dsetenv.c82 # define KNOWN_VALUE(Str) \
84 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
87 # define STORE_VALUE(Str) \
88 tsearch (Str, &known_values, (compar_fn_t) strcmp)
93 # define KNOWN_VALUE(Str) NULL
94 # define STORE_VALUE(Str) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsetenv.c79 # define KNOWN_VALUE(Str) \
81 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
84 # define STORE_VALUE(Str) \
85 tsearch (Str, &known_values, (compar_fn_t) strcmp)
90 # define KNOWN_VALUE(Str) NULL
91 # define STORE_VALUE(Str) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dsetenv.c79 # define KNOWN_VALUE(Str) \
81 void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \
84 # define STORE_VALUE(Str) \
85 tsearch (Str, &known_values, (compar_fn_t) strcmp)
90 # define KNOWN_VALUE(Str) NULL
91 # define STORE_VALUE(Str) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm296 MsgTmp = MsgTmp & vbNewLine & "Number Of Files: " & Str(uZipNumber)
H A Dvbunzip.bas304 Mid$(strout, 72, 3) = Right$(Str$(hh), 2) & ":"

Completed in 151 milliseconds