Searched refs:strtol (Results 201 - 225 of 475) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c491 value = (int)strtol(optstr, &endp, 10);
513 value = (int)strtol(optstr, &endp, 10);
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c328 pid = strtol(*pidlist, &next, 10);
349 pid = strtol(*pidlist, &next, 10);
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c148 val = strtol(p, &p, base);
310 ep->e_off = strtol((const char *)p, (char **)NULL, 0);
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c372 major = strtol(s, &s1, 10);
376 minor = strtol(&s1[1], 0, 10);
H A Dmain.c164 opt_debug |= strtol(optarg, (char **)NULL, 0);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c258 rec->value.ndx.start = strtol(str, &endptr, 10);
274 rec->value.ndx.end = strtol(str, &endptr, 10);
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c161 interval = strtol(argv[0], &endptr, 10);
171 iter = strtol(argv[1], NULL, 10);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c652 (unsigned int)strtol(str, &endptr, 0);
733 tsize = strtol(tftp_options[i + 1], (char **)NULL, 10);
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c376 gid = (gid_t)strtol(groupvalue[0],
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c205 tmp = strtol(argv[i] + 8, &p, 0);
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c107 port = strtol(svc->uri->port, NULL, 10);
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c147 val = strtol(p, &e, 10);
/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c147 val = strtol(p, &e, 10);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c253 ret_long = strtol (value, &end_value, 10);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstring.c121 if (*s == '=' && !strtol(s+1, NiL, 0))
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c425 value = strtol(name, &eptr, 0);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h243 #define wcstol strtol
/illumos-gate/usr/src/lib/libpp/common/
H A Dppargs.c227 if (n && ((c = strtol(s, &p, 0)) || p != s))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetgraent.c37 extern long strtol();
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrptime.c415 t = strtol(buf, &cp, 10);
/illumos-gate/usr/src/lib/libcmd/common/
H A Did.c252 user = strtol(name, &s, 0);
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c240 rddir_bufsize = strtol(optarg, NULL, 0);
/illumos-gate/usr/src/cmd/addbadsec/
H A Daddbadsec.c111 add_gbad(strtol(nxtarg, &nxtarg, 0));
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c156 switch (c = strtol(name + 1, NiL, 10))
/illumos-gate/usr/src/cmd/avs/ncall/
H A Dncalladm.c466 cfnodeid = (int)strtol(argv[optind+1], &cp, 0);

Completed in 121 milliseconds

1234567891011>>