HomeSort by relevance Sort by last modified time
    Searched defs:atoi (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/cpr/
cpr_mod.c 116 atoi(char *p) function
328 cpr_device = (major_t)atoi((char *)mdep);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
Format.java 52 * Also implements C-like atoi and atof functions
248 public static int atoi(String s) { method in class:Format
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
mount.c 466 atoi(const char *p) function
673 nfs_readsize = atoi(val);
678 ival = atoi(val);
685 nfs_version = atoi(val);
698 nfs_port = atoi(val);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
mpt_sas.c 65 atoi(const char *p) function
119 mdi_target = atoi(string);
120 mdi_lun = atoi(strchr(string, ',')+1);
  /onnv/onnv-gate/usr/src/stand/lib/sock/
sock_test.c 45 static int atoi(const char *);
280 atoi(const char *p) function
463 *port = htons(atoi(tmp));
502 if (st_local_listen(g_sock_fd, atoi(tmp)) < 0) {
570 if ((*send_cnt = atoi(cnt)) < 0) {
642 buf_len = atoi(tmp);
680 buf_len = atoi(tmp);
724 echo_port = atoi(tmp);
730 buf_len = atoi(tmp);
831 opt_val = atoi(tmp)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/
hsc.c 164 static int atoi(const char *);
2144 atoi(const char *p) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_dlinet.c 2401 atoi(const char *p) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
startup.c 2754 atoi(char *p) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
tdef.h 344 #define atoi(i) ((int) atoi0(i)) macro

Completed in 480 milliseconds