Home
last modified time | relevance | path

Searched refs:get_cd (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/avs/sdbc/
H A Dscmadm.c106 static int get_cd(char *);
301 cd = get_cd(buf); in restore_hints()
1165 cd = get_cd(optarg); in scmadm_lintmain()
1220 cd = get_cd(optarg); in scmadm_lintmain()
1247 cd = get_cd(argv[optind]); in scmadm_lintmain()
1296 } else if ((cd = get_cd(optarg)) < 0) { in scmadm_lintmain()
1326 } else if ((cd = get_cd(optarg)) < 0) { in scmadm_lintmain()
1915 get_cd(char *s) function