Searched refs:param (Results 1 – 19 of 19) sorted by relevance
60 bool test_func(int param) { in test_func() argument61 return param < 3; in test_func()
11 AC_CHECK_HEADERS_ONCE([sys/param.h])
18 AC_CHECK_HEADERS([sys/param.h])
341 param=`expr -- "$1" : '^\([^\-].*\)$'`342 if [ -n "$param" ] ; then
1391 int param = 0; in __ParseLocaleString() local1404 ++param; in __ParseLocaleString()1415 if (param == 0) { in __ParseLocaleString()1420 ++param; in __ParseLocaleString()1424 ++param; in __ParseLocaleString()1432 ++param; in __ParseLocaleString()1438 switch (param) { in __ParseLocaleString()
353 "nem-opci� param�tert h�jprogramnak tekintj�k. Minden tov�bbi param�ter\n"
313 /* Define if you have the <sys/param.h> header file. */
253 /* Define to 1 if you have the <sys/param.h> header file. */
344 /* Define if you have the <sys/param.h> header file. */
69 memory.h sys/param.h sys/resource.h sys/time.h sys/timeb.h)
255 /* Define to 1 if you have the <sys/param.h> header file. */
383 stdlib.h string.h unistd.h sys/param.h])
488 /* Define to 1 if you have the <sys/param.h> header file. */
776 * lib/getline.c: Don't realloc with first param = NULL.
2151 ac_header_list="$ac_header_list sys/param.h"16381 for ac_header in sys/param.h
598 …68: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
6747 memory.h sys/param.h sys/resource.h sys/time.h sys/timeb.h
6951 $(call @var{variable},@var{param},@var{param},@dots{})6954 When @code{make} expands this function, it assigns each @var{param} to6962 the value of @var{variable} will resolve to the first @var{param} in the6975 The @code{call} function expands the @var{param} arguments before10506 @item $(call @var{var},@var{param},@dots{})10509 @code{$(2)} with the first, second, etc.@: @var{param} values.@*