Searched refs:intval (Results 26 - 38 of 38) sorted by relevance

12

/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_msg.c656 char *intval, *extval, *newval; local
670 intval = NULL;
686 intval = page->data + page->val[slot];
687 intvallen = strlen(intval) + 1;
703 if ((intval != NULL) && (streq(val, intval)))
722 if ((intval != NULL) && ((i + intvallen) == page->data_size))
726 intval = NULL;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkObj.c30 #define SET_SIMPLEPIXEL(objPtr, intval) \
31 (objPtr)->internalRep.twoPtrValue.ptr1 = INT2PTR(intval); \
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkObj.c31 #define SET_SIMPLEPIXEL(objPtr, intval) \
32 (objPtr)->internalRep.twoPtrValue.ptr1 = (VOID *) (intval); \
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_mp.c469 int32_t intval; local
558 ret = mp->get_lsn_offset(mp, &intval);
561 res = Tcl_NewIntObj(intval);
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c357 double intval; local
489 intval = strtod(optarg, &e);
492 if (intval < 0.1 && getuid()) {
496 interval.tv_sec = (long)intval;
498 (long)((intval - interval.tv_sec) * 1000000);
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dpstops.c2329 int intval; /* Integer option value */ local
2467 switch (intval = atoi(val))
2475 doc->number_up = intval;
2480 "number-up=1."), intval);
/macosx-10.9.5/tcl-102/tcl/tcl/library/opt/
H A Doptparse.tcl54 {-intval 7 "An integer"}
/macosx-10.9.5/tcl-102/tcl84/tcl/library/opt/
H A Doptparse.tcl54 {-intval 7 "An integer"}
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetdate.c341 long int intval; member in union:YYSTYPE
1698 pc->meridian = (yyvsp[(2) - (2)].intval);
1709 pc->meridian = (yyvsp[(4) - (4)].intval);
1722 pc->time_zone = time_zone_hhmm ((yyvsp[(4) - (5)].textintval), (yyvsp[(5) - (5)].intval));
1732 pc->meridian = (yyvsp[(6) - (6)].intval);
1744 pc->time_zone = time_zone_hhmm ((yyvsp[(6) - (7)].textintval), (yyvsp[(7) - (7)].intval));
1751 pc->local_isdst = (yyvsp[(1) - (1)].intval);
1752 pc->dsts_seen += (0 < (yyvsp[(1) - (1)].intval));
1760 pc->dsts_seen += (0 < (yyvsp[(1) - (2)].intval)) + 1;
1766 { pc->time_zone = (yyvsp[(1) - (1)].intval); }
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6.c1084 int intval, error = 0; local
1174 &intval, sizeof (intval));
1176 return (in6_setrouter(ifp, intval));
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dbuiltin.c3686 int intval; local
4247 intval = *curarg;
4249 intval = 0;
4250 print_val(intval);
4392 intval = cc;
4393 print_val(intval);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dphp.vim251 syn keyword phpFunctions doubleval empty floatval get_defined_vars get_resource_type gettype import_request_variables intval is_array is_bool is_callable is_double is_float is_int is_integer is_long is_null is_numeric is_object is_real is_resource is_scalar is_string isset print_r serialize settype strval unserialize unset var_dump var_export contained
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim2408 \ 'intval(': 'mixed var [, int base] | int',

Completed in 320 milliseconds

12