Lines Matching refs:same
96 concatenation}: @code{"a" "b"} is the same as @code{"ab"}.
628 Automatic}). This means of course the returned string has the same
654 arguments are not in the same order and there is no return value.
843 function. The example would work for wide characters the same way.
933 Automatic}. The same advantages and limitations of @code{strdupa} are
1131 at @var{a2}. The value returned has the same sign as the difference
1195 @var{s2}, returning a value that has the same sign as the difference
1268 strings are the same in their first @var{size} bytes, the
1277 strings are the same in their first @var{size} wide characters, the
1314 @result{} 0 /* @r{These two strings are the same.} */
1322 @result{} 0 /* @r{The initial 5 bytes are the same.} */
1324 @result{} 0 /* @r{The initial 5 bytes are the same.} */
1333 return value follows the same conventions as found in the
1336 (in the sense that the sign of the result is the same).
1360 the other sequence is truncated to be of the same (extended) length, and
1364 different from the character at the same offset in the other input
1381 the same. If the lengths differ, the shorter sequence is extended with
1383 truncated to the same length, and both sequences are compared
1393 @result{} 0 /* @r{same behavior as strcmp.} */
1395 @result{} <0 /* @r{same prefix, but 99 < 100.} */
1436 the same as that for @code{strcmp}. Similarly, @code{wcscoll} and
1437 @code{wcscmp} are the same in this situation.
1449 multiple comparisons using the same string or set of strings, it is
1567 you plan to do many comparisons. It does the same thing as the previous
1796 @code{strchrnul} is the same as @code{strchr} except that if it does
1806 @code{wcschrnul} is the same as @code{wcschr} except that if it does not
2028 @code{index} is another name for @code{strchr}; they are exactly the same.
2037 @code{rindex} is another name for @code{strrchr}; they are exactly the same.
2064 tokens from the same string are indicated by passing a null pointer as
2082 same on every call in a series of calls to @code{strtok}.
2102 tokens from the same wide string are indicated by passing a
2121 same on every call in a series of calls to @code{wcstok}.
2418 and has not been standardized. Other systems may provide the same
2488 @code{memfrob} a second time on the same data returns it to
2671 the same elements, which is returned in @var{argz} and @var{argz_len}.
2766 @code{argz_add}). Since the first element is in fact the same as
2864 @var{name}, and value @var{value}. If an entry with the same name
2876 will supersede those with the same name in @var{envz}, otherwise not.
2879 entry in @var{envz} can prevent an entry of the same name in @var{envz2} from