Searched refs:phone (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/share/misc/
H A DMakefile7 eqnchar flowers indent.pro inter.phone language man.template \
8 mdoc.template na.phone na.postal style zipcodes
40 update-na.phone:
41 < /dev/null ${TOOL_AWK} -f nanpa.awk > na.phone
/netbsd-current/external/bsd/ntp/dist/conf/
H A Dbeauregard.conf7 phone atdt913034944774 atdt913034944785 atdt913034944774
8 #phone atdt913034944812 atdt913034948497 atdt913034948022
/netbsd-current/usr.bin/tip/aculib/
H A Dv3451.c60 char phone[50]; local
83 (void)snprintf(phone, sizeof phone, "%s\r", num);
84 vawrite(phone, 1 + slow);
85 if (!expect(phone)) {
86 (void)printf("Vadic will not accept phone number\n");
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dtestdb_create.sql32 phone varchar(255) NOT NULL ,
H A Dtttestdb_create.sql38 phone varchar(255) NOT NULL ,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql22 values (2,1,'telephoneNumber','phones.phone','persons,phones',
140 CREATE PROCEDURE add_phone @pers_id int, @phone varchar(255) AS
141 INSERT INTO example.phones (pers_id,phone) VALUES (@pers_id,@phone)
144 CREATE PROCEDURE delete_phone @keyval int,@phone varchar(64) AS
145 DELETE FROM example.phones WHERE pers_id=@keyval AND phone=@phone;
H A Dtestdb_create.sql33 phone varchar (255) NOT NULL ,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dtestdb_create.sql31 phone varchar(255) NOT NULL ,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_create.sql26 phone varchar2(255) NOT NULL ,
H A Dtestdb_metadata.sql36 values (2,1,'telephoneNumber','phones.phone','persons,phones',
165 CREATE OR REPLACE PROCEDURE add_phone(pers_id IN NUMBER, phone IN varchar2) AS
167 INSERT INTO phones (id,pers_id,phone) VALUES (phone_ids.nextval,pers_id,phone);
171 CREATE OR REPLACE PROCEDURE delete_phone(keyval IN NUMBER, phone IN varchar2) AS
173 DELETE FROM phones WHERE pers_id=keyval AND phone=phone;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_create.sql36 phone varchar(255) not null ,
H A Dtestdb_metadata.sql32 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (2,1,'telephoneNumber','phones.phone','persons,phones','phones.pers_id=persons.id','SELECT add_phone(?,?)','DELETE FROM phones WHERE phone=? AND pers_id=?',3,0);
118 insert into phones (id,phone,pers_id)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mysql/
H A Dtestdb_create.sql31 phone varchar(255) NOT NULL ,
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_config.h250 string_fifo * phone; member in struct:config_tree_tag
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.y1351 { CONCAT_G_FIFOS(cfgt.phone, $2); }
H A Dntp_config.c149 #define MAXPHONE 10 /* maximum number of phone strings */
173 char * sys_phone[MAXPHONE] = {NULL}; /* ACTS phone numbers */
1125 str_node = HEAD_PFIFO(ptree->phone);
1127 fprintf(df, "phone");
3646 sn = HEAD_PFIFO(ptree->phone);
3654 "phone: Number of phone entries exceeds %zu. Ignoring phone %s...",
3678 FREE_STRING_FIFO(ptree->phone);

Completed in 117 milliseconds